summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:11:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:11:35 +0000
commit74eb8b869da9e8d41dbfba7d9c1b6cf9a5c4697c (patch)
treee97fb7e36be1e4192460dfed00476a48947f2b82 /salhelper
parent6c705842d7165c73a678d7943e95ce1371f89514 (diff)
INTEGRATION: CWS warnings01 (1.2.134); FILE MERGED
2005/09/23 00:30:01 sb 1.2.134.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/02 15:01:32 sb 1.2.134.1: #i53898# Made code warning-free.
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/dynload.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/salhelper/source/dynload.cxx b/salhelper/source/dynload.cxx
index a71dadea9237..d08476c9265f 100644
--- a/salhelper/source/dynload.cxx
+++ b/salhelper/source/dynload.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dynload.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:01:02 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:11:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,7 +72,8 @@ ORealDynamicLoader* ORealDynamicLoader::newInstance(ORealDynamicLoader ** ppSetT
return NULL;
}
- initFunc = (ApiInitFunction)osl_getSymbol(pModule, initFunction.pData);
+ initFunc = (ApiInitFunction)osl_getFunctionSymbol(
+ pModule, initFunction.pData);
if ( !initFunc )
{