summaryrefslogtreecommitdiffstats
path: root/salhelper/source/dynload.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-28 10:02:29 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-28 10:02:29 +0000
commit45c6f43c5282d654d0b3b0f188b7700dd71da4fc (patch)
tree028e9cf1af02dced5d415c3bf8f8c81a872a8a96 /salhelper/source/dynload.cxx
parentno use of SAL_DLLEXPORT anymore, using def file (diff)
downloadcore-45c6f43c5282d654d0b3b0f188b7700dd71da4fc.tar.gz
core-45c6f43c5282d654d0b3b0f188b7700dd71da4fc.zip
SAL_DLLEXPORT removed
Diffstat (limited to 'salhelper/source/dynload.cxx')
-rw-r--r--salhelper/source/dynload.cxx6
1 files changed, 3 insertions, 3 deletions
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)
{