aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-vcl+source+glyphs+gcache_layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-vcl+source+glyphs+gcache_layout.cxx')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-vcl+source+glyphs+gcache_layout.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-vcl+source+glyphs+gcache_layout.cxx b/editors/openoffice.org-vcltesttool/files/patch-vcl+source+glyphs+gcache_layout.cxx
deleted file mode 100644
index 53c7a909faf7..000000000000
--- a/editors/openoffice.org-vcltesttool/files/patch-vcl+source+glyphs+gcache_layout.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
-malloc.h is deprecated
-http://qa.openoffice.org/issues/show_bug.cgi?id=27041
-
---- ../vcl/source/glyphs/gcach_layout.cxx~ Tue Mar 9 21:15:32 2004
-+++ ../vcl/source/glyphs/gcach_layout.cxx Mon Mar 29 09:44:52 2004
-@@ -74,7 +74,7 @@
- #if defined(SOLARIS) || defined(IRIX)
- #include <alloca.h>
- #else
--#ifndef MACOSX
-+#if !(defined(MACOSX) || defined(FREEBSD))
- #include <malloc.h>
- #endif
- #endif