summaryrefslogtreecommitdiff
path: root/registry/source/reflread.cxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2001-02-02 12:43:58 +0000
committerSander Vesik <svesik@openoffice.org>2001-02-02 12:43:58 +0000
commit48af69c20779b00f58e83f24c0651730eb4081aa (patch)
treebb58ef5cdec07ef4cefb89ca7df73d7d1c5e74d8 /registry/source/reflread.cxx
parent45e1dfcce543e03d77ed20ca2fbacbb44e9f2362 (diff)
Merge NetBSD changes by Michael Rauch from OO614B to HEAD.
Diffstat (limited to 'registry/source/reflread.cxx')
-rw-r--r--registry/source/reflread.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index e1bb2da127ee..d29527e6612a 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: reflread.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2001-01-10 10:15:53 $
+ * last change: $Author: svesik $ $Date: 2001-02-02 13:43:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ const sal_uInt32 magic = 0x12345678;
const sal_uInt16 minorVersion = 0x0000;
const sal_uInt16 majorVersion = 0x0001;
-#if defined ( GCC ) && ( defined ( SCO ) || defined ( NETBSD ) )
+#if defined ( GCC ) && ( defined ( SCO ) )
ORealDynamicLoader* ODynamicLoader<RegistryTypeReader_Api>::m_pLoader = NULL;
#endif