summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.cxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2001-02-02 12:59:38 +0000
committerSander Vesik <svesik@openoffice.org>2001-02-02 12:59:38 +0000
commit06a925d65e31db9b8e7040e7242edc68a6e0fa8f (patch)
treefc0b43e03338923c9324b3408e2e7afe16cc4d0a /registry/source/regimpl.cxx
parent48af69c20779b00f58e83f24c0651730eb4081aa (diff)
Merge NetBSD changes by Michael Rauch from OO614B to HEAD.
Diffstat (limited to 'registry/source/regimpl.cxx')
-rw-r--r--registry/source/regimpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 6481804555a5..4b0033502258 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regimpl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-01-10 10:15:54 $
+ * last change: $Author: svesik $ $Date: 2001-02-02 13:56:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@
#include <rtl/ustrbuf.hxx>
#endif
-#if defined ( GCC ) && ( defined ( SCO ) || defined ( NETBSD ) || defined ( OS2 ) )
+#if defined ( GCC ) && ( defined ( SCO ) || defined ( OS2 ) )
NAMESPACE_VOS(ORealDynamicLoader)* NAMESPACE_VOS(ODynamicLoader)<RegistryTypeReader_Api>::m_pLoader = NULL;
#endif