diff options
author | Thomas Benisch <tbe@openoffice.org> | 2010-09-29 17:20:24 +0200 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2010-09-29 17:20:24 +0200 |
commit | bcb76b83b7ac714d5476e7f066f465a4bfb88b77 (patch) | |
tree | 920cdab0db87ac8d61988f37b1716f7eead07149 /connectivity/source/drivers/odbc/OFunctions.cxx | |
parent | 9880b2493d6ee7057a67d011d937096b604ab5dd (diff) | |
parent | bd1092ebc0b329883d1c079d598a73f3af4cd548 (diff) |
chartextensibility: merge with DEV300_m88
Diffstat (limited to 'connectivity/source/drivers/odbc/OFunctions.cxx')
-rw-r--r-- | connectivity/source/drivers/odbc/OFunctions.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/odbc/OFunctions.cxx b/connectivity/source/drivers/odbc/OFunctions.cxx index d84c55787635..148c79ebadd4 100644 --- a/connectivity/source/drivers/odbc/OFunctions.cxx +++ b/connectivity/source/drivers/odbc/OFunctions.cxx @@ -109,10 +109,6 @@ sal_Bool LoadLibrary_ODBC3(::rtl::OUString &_rPath) if (bLoaded) return sal_True; -#ifdef WIN - _rPath = ::rtl::OUString::createFromAscii("ODBC.DLL"); - -#endif #ifdef WNT _rPath = ::rtl::OUString::createFromAscii("ODBC32.DLL"); #endif |