summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-cppu+source+typelib+typelib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-cppu+source+typelib+typelib.cxx')
-rw-r--r--editors/openoffice-1.0/files/patch-cppu+source+typelib+typelib.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice-1.0/files/patch-cppu+source+typelib+typelib.cxx b/editors/openoffice-1.0/files/patch-cppu+source+typelib+typelib.cxx
deleted file mode 100644
index 226c6033836e..000000000000
--- a/editors/openoffice-1.0/files/patch-cppu+source+typelib+typelib.cxx
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: cppu/source/typelib/typelib.cxx
-===================================================================
-RCS file: /cvs/udk/cppu/source/typelib/typelib.cxx,v
-retrieving revision 1.14.10.1
-diff -u -r1.14.10.1 typelib.cxx
---- cppu/source/typelib/typelib.cxx 9 Aug 2002 02:30:50 -0000 1.14.10.1
-+++ cppu/source/typelib/typelib.cxx 10 Jul 2005 09:13:22 -0000
-@@ -71,12 +71,6 @@
- #include <stdarg.h>
- #include <stdlib.h>
- #include <string.h>
--#ifdef MACOSX
--#include <sys/types.h>
--#include <sys/malloc.h>
--#else
--#include <malloc.h>
--#endif
- #if defined(SOLARIS) || defined(IRIX)
- #include <alloca.h>
- #endif