summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:08:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:08:51 +0000
commit47c3318ea72910706d61991124aa6bd1177f39e5 (patch)
tree054b2556843c923098e8dbbd9ab4768d9f3b9117 /dbaccess
parentINTEGRATION: CWS warnings01 (1.30.50); FILE MERGED (diff)
downloadcore-47c3318ea72910706d61991124aa6bd1177f39e5.tar.gz
core-47c3318ea72910706d61991124aa6bd1177f39e5.zip
INTEGRATION: CWS warnings01 (1.14.72); FILE MERGED
2006/03/24 15:36:13 fs 1.14.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.cxx b/dbaccess/source/ui/dlg/odbcconfig.cxx
index 4703a12d1a90..c13246a6abc6 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.cxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odbcconfig.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:31:35 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:08:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -156,9 +156,9 @@ void OOdbcLibWrapper::unload()
}
//-------------------------------------------------------------------------
-void* OOdbcLibWrapper::loadSymbol(const sal_Char* _pFunctionName)
+oslGenericFunction OOdbcLibWrapper::loadSymbol(const sal_Char* _pFunctionName)
{
- return osl_getSymbol(m_pOdbcLib, ::rtl::OUString::createFromAscii(_pFunctionName).pData);
+ return osl_getFunctionSymbol(m_pOdbcLib, ::rtl::OUString::createFromAscii(_pFunctionName).pData);
}
//-------------------------------------------------------------------------