aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+plugadapt+salmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+plugadapt+salmain.cxx')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+plugadapt+salmain.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+plugadapt+salmain.cxx b/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+plugadapt+salmain.cxx
deleted file mode 100644
index f5bd54364036..000000000000
--- a/editors/openoffice.org-vcltesttool/files/patch-vcl+unx+source+plugadapt+salmain.cxx
+++ /dev/null
@@ -1,24 +0,0 @@
-http://qa.openoffice.org/issues/show_bug.cgi?id=27042
-
-include <sys/types.h>
-Note:
---
-* $RCSfile: salmain.cxx,v $
-*
-* $Revision: 1.8.12.2 $
-*
-* last change: $Author: hr $ $Date: 2004/01/09 18:14:00 $
---
-includes this patch
-
---- ../vcl/unx/source/plugadapt/salmain.cxx~ Mon Mar 29 09:50:50 2004
-+++ ../vcl/unx/source/plugadapt/salmain.cxx Mon Mar 29 10:08:28 2004
-@@ -59,7 +59,7 @@
- *
- ************************************************************************/
-
--#ifdef MACOSX
-+#if defined(MACOSX) || defined(FREEBSD)
- // rlimit needs sys/types.h
- #include <sys/types.h>
- #include <sys/time.h>