summaryrefslogtreecommitdiff
path: root/registry/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 13:03:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 13:03:01 +0000
commit608730da670958a73f3e7b0d242945fd609bbe8b (patch)
tree02586e5b095335fe99913595193c42ded0b06b1c /registry/source
parent2c8cd6f2c3fa10bde7e19930fefe16c10caf518a (diff)
INTEGRATION: CWS jsc18 (1.24.4); FILE MERGED
2007/06/29 11:32:14 jsc 1.24.4.1: #i78460# integrate patch
Diffstat (limited to 'registry/source')
-rw-r--r--registry/source/regimpl.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 8b965180d593..9e3bdb53a262 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: regimpl.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 13:54:08 $
+ * last change: $Author: hr $ $Date: 2007-07-31 14:03:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,10 +38,7 @@
#include <string.h>
#include <stdio.h>
-#ifdef MAC
-#include <unistd.h>
-#define strdup(str) strcpy((sal_Char*)malloc(strlen(str)+1),str) /* #100211# - checked */
-#endif
+
#ifdef UNX
#include <unistd.h>
#endif