diff options
Diffstat (limited to 'connectivity/source/drivers/kab/KDriver.hxx')
-rw-r--r-- | connectivity/source/drivers/kab/KDriver.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/kab/KDriver.hxx b/connectivity/source/drivers/kab/KDriver.hxx index fb998bc6c051..d33b1ccd302c 100644 --- a/connectivity/source/drivers/kab/KDriver.hxx +++ b/connectivity/source/drivers/kab/KDriver.hxx @@ -166,10 +166,6 @@ namespace connectivity static OUString getImplementationName_Static( ) throw(::com::sun::star::uno::RuntimeException); static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static( ) throw (::com::sun::star::uno::RuntimeException); - /** returns the driver's implementation name (being pure ASCII) for reference in various places - */ - static const sal_Char* impl_getAsciiImplementationName(); - /** returns the path of our configuration settings */ static OUString impl_getConfigurationSettingsPath(); |