summaryrefslogtreecommitdiff
path: root/registry/source/reflwrit.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 14:44:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 14:44:58 +0000
commit243a97038bdab8f2ec448df19c88ac2638035531 (patch)
tree7d3dfb01dc35d82225933ed2aae290b101a73039 /registry/source/reflwrit.cxx
parent1fba74f4c5b460718e8307bf41ee6c7fbb0dac5d (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'registry/source/reflwrit.cxx')
-rw-r--r--registry/source/reflwrit.cxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx
index 08658f4d5875..7d18ccdb1180 100644
--- a/registry/source/reflwrit.cxx
+++ b/registry/source/reflwrit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: reflwrit.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mh $ $Date: 2002-04-23 14:30:19 $
+ * last change: $Author: hr $ $Date: 2003-03-26 15:37:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ using namespace rtl;
using namespace salhelper;
#ifdef MAC
-#define strdup(str) strcpy((sal_Char*)malloc(strlen(str)+1),str)
+#define strdup(str) strcpy((sal_Char*)malloc(strlen(str)+1),str) /* #100211# - checked */
#endif
static sal_Char NULL_STRING[1] = { 0 };
@@ -90,10 +90,6 @@ static sal_Unicode NULL_WSTRING[1] = { 0 };
ORealDynamicLoader* ODynamicLoader<RegistryTypeWriter_Api>::m_pLoader = NULL;
#endif
-#if defined(MACOSX)
-ORealDynamicLoader* ODynamicLoader<RegistryTypeWriter_Api>::m_pStaticLoader = NULL;
-#endif
-
#define BLOP_OFFSET_MAGIC 0
#define BLOP_OFFSET_SIZE (BLOP_OFFSET_MAGIC + sizeof(sal_uInt32))
#define BLOP_OFFSET_MINOR (BLOP_OFFSET_SIZE + sizeof(sal_uInt32))