diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:28:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:28:18 +0000 |
commit | b64d2268048352027dd9e88bb1e98c50a4df960e (patch) | |
tree | fc4ec3ea3ba987cec98cb1c6537a74663ee90202 /registry/source | |
parent | d4e73e9074f59f6463046b387e46671a22729b2b (diff) |
INTEGRATION: CWS sb71 (1.17.20); FILE MERGED
2007/10/02 09:08:37 sb 1.17.20.2: RESYNC: (1.17-1.18); FILE MERGED
2007/06/22 09:34:22 sb 1.17.20.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
Diffstat (limited to 'registry/source')
-rw-r--r-- | registry/source/registry.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx index 154cd463aec9..1dd59bda2ea5 100644 --- a/registry/source/registry.cxx +++ b/registry/source/registry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: registry.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2007-09-20 14:48:28 $ + * last change: $Author: vg $ $Date: 2007-10-15 12:28:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,8 +64,6 @@ #include <unistd.h> #endif -using namespace salhelper; - #if defined ( GCC ) && ( defined ( SCO ) ) ORealDynamicLoader* ODynamicLoader<Registry_Api>::m_pLoader = NULL; #endif |