diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/odbcconfig.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/odbcconfig.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx index aa409d69d1e3..22ba099109f2 100644 --- a/dbaccess/source/ui/dlg/odbcconfig.hxx +++ b/dbaccess/source/ui/dlg/odbcconfig.hxx @@ -72,10 +72,10 @@ public: void getDatasourceNames(std::set<OUString>& _rNames); private: - oslGenericFunction loadSymbol(const sal_Char* _pFunctionName); + oslGenericFunction loadSymbol(const char* _pFunctionName); /// load the lib - bool load(const sal_Char* _pLibPath); + bool load(const char* _pLibPath); /// unload the lib void unload(); /// ensure that an ODBC environment is allocated |