diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 15:34:02 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 15:34:02 +0000 |
commit | 57728cd1ebbba73a2fda0eb619493d2af9ab0792 (patch) | |
tree | 29b9d0ea855135b3314c3e507cab5d539f8fe8da /registry/source | |
parent | 1fe53c887b0c3ba145b752eab7d0dc6c20fb7abd (diff) |
change vos::ORealDynamicLoader to salhelepr::ORealDynamicLoader
Diffstat (limited to 'registry/source')
-rw-r--r-- | registry/source/regimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index be449c15351d..f1eba91ea997 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: regimpl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-14 09:36:00 $ + * last change: $Author: jsc $ $Date: 2001-03-16 16:34:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,7 +103,7 @@ #endif #if defined ( GCC ) && ( defined ( SCO ) || defined ( OS2 ) ) -NAMESPACE_VOS(ORealDynamicLoader)* NAMESPACE_VOS(ODynamicLoader)<RegistryTypeReader_Api>::m_pLoader = NULL; +sal_helper::ORealDynamicLoader* sal_helper::ODynamicLoader<RegistryTypeReader_Api>::m_pLoader = NULL; #endif |