summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-codemaker+source+codemaker+global.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-codemaker+source+codemaker+global.cxx')
-rw-r--r--editors/openoffice.org-1.0/files/patch-codemaker+source+codemaker+global.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-codemaker+source+codemaker+global.cxx b/editors/openoffice.org-1.0/files/patch-codemaker+source+codemaker+global.cxx
deleted file mode 100644
index a1a86242db9b..000000000000
--- a/editors/openoffice.org-1.0/files/patch-codemaker+source+codemaker+global.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../codemaker/source/codemaker/global.cxx.orig Fri Apr 4 00:14:50 2003
-+++ ../codemaker/source/codemaker/global.cxx Fri Apr 4 00:14:53 2003
-@@ -149,11 +149,7 @@
- strcat(tmpPattern, "\\");
- strcat(tmpPattern, pPrefix);
- strcat(tmpPattern, "XXXXXX");
--#if defined(FREEBSD) || defined(MACOSX)
-- pTmpName = mkstemp(tmpPattern);
--#else
- pTmpName = mktemp(tmpPattern);
--#endif
- #endif
-
- return OString(pTmpName);