summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
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 )
{