summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/odbcconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/odbcconfig.hxx')
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx
index e0d0a243f4a4..ae6abcc945d7 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.hxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.hxx
@@ -40,7 +40,7 @@ namespace dbaui
// OOdbcEnumeration
struct OdbcTypesImpl;
-class OOdbcEnumeration
+class OOdbcEnumeration final
{
oslModule m_pOdbcLib; // the library handle
OUString m_sLibPath; // the path to the library
@@ -70,7 +70,7 @@ public:
void getDatasourceNames(StringBag& _rNames);
-protected:
+private:
oslGenericFunction loadSymbol(const sal_Char* _pFunctionName);
/// load the lib