diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/macab/MacabDriver.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx index 8b07ebab093c..bebef5591d11 100644 --- a/connectivity/source/drivers/macab/MacabDriver.cxx +++ b/connectivity/source/drivers/macab/MacabDriver.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdb/SQLContext.hpp> #include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <rtl/ustrbuf.hxx> #include <sal/log.hxx> #include <tools/diagnose_ex.h> #include <strings.hrc> @@ -312,10 +311,7 @@ void SAL_CALL MacabDriver::disposing( const EventObject& ) OUString MacabDriver::impl_getConfigurationSettingsPath() { - OUStringBuffer aPath; - aPath.append( "/org.openoffice.Office.DataAccess/DriverSettings/" ); - aPath.append( "com.sun.star.comp.sdbc.macab.Driver" ); - return aPath.makeStringAndClear(); + return "/org.openoffice.Office.DataAccess/DriverSettings/com.sun.star.comp.sdbc.macab.Driver"; } Reference< XInterface > MacabDriver::Create( const Reference< XMultiServiceFactory >& _rxFactory ) |