summaryrefslogtreecommitdiff
path: root/salhelper/inc
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/inc
parentd17143e6495c4161a24abd9322a957c679a51419 (diff)
SAL_DLLEXPORT removed
Diffstat (limited to 'salhelper/inc')
-rw-r--r--salhelper/inc/salhelper/dynload.hxx6
1 files changed, 3 insertions, 3 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 );