Kaydet (Commit) 7c07eaf6 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED

2005/09/22 22:38:44 sb 1.6.50.2: RESYNC: (1.6-1.7); FILE MERGED
2005/09/14 10:21:53 sb 1.6.50.1: #i53898# Made code warning-free.
üst a0dd9940
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: versionhelper.cxx,v $ * $RCSfile: versionhelper.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 12:08:39 $ * last change: $Author: hr $ $Date: 2006-06-20 02:28:57 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -45,7 +45,9 @@ VersionHelper::VersionHelper(rtl::OUString const& _sDLLName, GetOpt & _aOptions) ...@@ -45,7 +45,9 @@ VersionHelper::VersionHelper(rtl::OUString const& _sDLLName, GetOpt & _aOptions)
m_pInfo(NULL) m_pInfo(NULL)
{ {
// try to get the entry pointer // try to get the entry pointer
FktGetVersionInfoPtr pFunc = (FktGetVersionInfoPtr) m_pModule->getSymbol( rtl::OUString::createFromAscii( "GetVersionInfo" ) ); FktGetVersionInfoPtr pFunc = (FktGetVersionInfoPtr)
m_pModule->getFunctionSymbol(
rtl::OUString::createFromAscii( "GetVersionInfo" ) );
if (pFunc) if (pFunc)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment