diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-28 10:02:29 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-28 10:02:29 +0000 |
commit | 45c6f43c5282d654d0b3b0f188b7700dd71da4fc (patch) | |
tree | 028e9cf1af02dced5d415c3bf8f8c81a872a8a96 /salhelper | |
parent | d17143e6495c4161a24abd9322a957c679a51419 (diff) |
SAL_DLLEXPORT removed
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/inc/salhelper/dynload.hxx | 6 | ||||
-rw-r--r-- | salhelper/source/dynload.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/salhelper/inc/salhelper/dynload.hxx b/salhelper/inc/salhelper/dynload.hxx index b839d6e15805..65a5fa73d4ad 100644 --- a/salhelper/inc/salhelper/dynload.hxx +++ b/salhelper/inc/salhelper/dynload.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dynload.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 13:21:44 $ + * last change: $Author: jl $ $Date: 2001-03-28 11:02:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ class ORealDynamicLoader { public: - SAL_DLLEXPORT static ORealDynamicLoader* SAL_CALL newInstance( + static ORealDynamicLoader* SAL_CALL newInstance( ORealDynamicLoader ** ppSetToZeroInDestructor, const ::rtl::OUString& strModuleName, const ::rtl::OUString& strInitFunction ); diff --git a/salhelper/source/dynload.cxx b/salhelper/source/dynload.cxx index e35aa518b0d8..9535818ef1e4 100644 --- a/salhelper/source/dynload.cxx +++ b/salhelper/source/dynload.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dynload.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 13:23:40 $ + * last change: $Author: jl $ $Date: 2001-03-28 11:02:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ ORealDynamicLoader::ORealDynamicLoader(ORealDynamicLoader ** ppSetToZeroInDestru { } -SAL_DLLEXPORT ORealDynamicLoader* ORealDynamicLoader::newInstance(ORealDynamicLoader ** ppSetToZeroInDestructor, +ORealDynamicLoader* ORealDynamicLoader::newInstance(ORealDynamicLoader ** ppSetToZeroInDestructor, const rtl::OUString& moduleName, const rtl::OUString& initFunction) { |