summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:09:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:09:04 +0000
commit1c156b0a24b61267b2a89cc9f50d8238890bd2af (patch)
tree612161b0351015321b331dba5f976558ce856019 /dbaccess
parentINTEGRATION: CWS warnings01 (1.14.72); FILE MERGED (diff)
downloadcore-1c156b0a24b61267b2a89cc9f50d8238890bd2af.tar.gz
core-1c156b0a24b61267b2a89cc9f50d8238890bd2af.zip
INTEGRATION: CWS warnings01 (1.5.48); FILE MERGED
2006/03/24 15:36:13 fs 1.5.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx
index 75642aa72d51..2d401118180a 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.hxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odbcconfig.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:07:41 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:09:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,7 +80,7 @@ protected:
OOdbcLibWrapper();
~OOdbcLibWrapper();
- void* loadSymbol(const sal_Char* _pFunctionName);
+ oslGenericFunction loadSymbol(const sal_Char* _pFunctionName);
/// load the lib
sal_Bool load(const sal_Char* _pLibPath);
@@ -96,10 +96,10 @@ class OOdbcEnumeration : public OOdbcLibWrapper
{
#ifdef HAVE_ODBC_SUPPORT
// entry points for ODBC administration
- void* m_pAllocHandle;
- void* m_pFreeHandle;
- void* m_pSetEnvAttr;
- void* m_pDataSources;
+ oslGenericFunction m_pAllocHandle;
+ oslGenericFunction m_pFreeHandle;
+ oslGenericFunction m_pSetEnvAttr;
+ oslGenericFunction m_pDataSources;
#endif
OdbcTypesImpl* m_pImpl;
@@ -126,8 +126,8 @@ class OOdbcManagement : public OOdbcLibWrapper
{
#ifdef HAVE_ODBC_SUPPORT
// entry points for ODBC administration
- void* m_pSQLManageDataSource;
- oslModule m_pOdbcLib;
+ oslGenericFunction m_pSQLManageDataSource;
+ oslModule m_pOdbcLib;
OdbcTypesImpl* m_pImpl;
// needed because we can't have a member of type SQLHANDLE: this would require us to include the respective