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 7ecadd29c9e9..1feeab014c40 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.hxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.hxx
@@ -48,7 +48,7 @@ namespace dbaui
class OOdbcLibWrapper
{
oslModule m_pOdbcLib; // the library handle
- ::rtl::OUString m_sLibPath; // the path to the library
+ OUString m_sLibPath; // the path to the library
public:
#ifdef HAVE_ODBC_SUPPORT
@@ -56,7 +56,7 @@ public:
#else
sal_Bool isLoaded() const { return sal_False; }
#endif
- ::rtl::OUString getLibraryName() const { return m_sLibPath; }
+ OUString getLibraryName() const { return m_sLibPath; }
protected:
#ifndef HAVE_ODBC_SUPPORT