aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-vcl+source+gdi+sallayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3/files/patch-vcl+source+gdi+sallayout.cxx')
-rw-r--r--editors/openoffice-3/files/patch-vcl+source+gdi+sallayout.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice-3/files/patch-vcl+source+gdi+sallayout.cxx b/editors/openoffice-3/files/patch-vcl+source+gdi+sallayout.cxx
deleted file mode 100644
index 5cbc59bf7db7..000000000000
--- a/editors/openoffice-3/files/patch-vcl+source+gdi+sallayout.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
-malloc.h is deprecated
-http://qa.openoffice.org/issues/show_bug.cgi?id=27041
-
---- ../vcl/source/gdi/sallayout.cxx.org Mon Mar 29 10:02:17 2004
-+++ ../vcl/source/gdi/sallayout.cxx Mon Mar 29 10:02:43 2004
-@@ -67,7 +67,7 @@
- #if defined(SOLARIS) || defined(IRIX)
- #include <alloca.h>
- #else
--#ifndef MACOSX
-+#if !(defined(MACOSX) || defined(FREEBSD))
- #include <malloc.h>
- #endif
- #endif