Kaydet (Commit) 1b37292b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:constantfunction

Change-Id: Idc231c76175d93a11846d9e3552f3b6eef75b41a
üst c2ca1152
......@@ -211,7 +211,7 @@ void MacabDriver::disposing()
OUString MacabDriver::getImplementationName_Static( ) throw(RuntimeException)
{
return OUString::createFromAscii( impl_getAsciiImplementationName() );
return OUString("com.sun.star.comp.sdbc.macab.Driver");
}
Sequence< OUString > MacabDriver::getSupportedServiceNames_Static( ) throw (RuntimeException)
......@@ -305,13 +305,6 @@ void SAL_CALL MacabDriver::disposing( const EventObject& ) throw (RuntimeExcepti
// not interested in (this is the disposing of the desktop, if any)
}
const sal_Char* MacabDriver::impl_getAsciiImplementationName()
{
return "com.sun.star.comp.sdbc.macab.Driver";
// this name is referenced in the configuration and in the macab.xml
// Please be careful when changing it.
}
OUString MacabDriver::impl_getConfigurationSettingsPath()
{
OUStringBuffer aPath;
......
......@@ -136,10 +136,6 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
getComponentContext() const { return m_xContext; }
/** 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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment