diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:56:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:59:48 +0200 |
commit | a324b1ca1ae6185ea39db6daf68c7210b541ae96 (patch) | |
tree | 5361504f927bd6b86047553e794b448787925eea /dbaccess/source/ui/browser/dbloader.cxx | |
parent | fd912a3db4329ce882c78f10a4dbbc4d43601118 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccess
Change-Id: I85262c1f8d875fc8556773eab8636738340068c1
Reviewed-on: https://gerrit.libreoffice.org/76686
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/browser/dbloader.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/dbloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx index 9d989c358553..a86fb44eb518 100644 --- a/dbaccess/source/ui/browser/dbloader.cxx +++ b/dbaccess/source/ui/browser/dbloader.cxx @@ -79,7 +79,7 @@ public: // static methods static OUString getImplementationName_Static() throw( ) { - return OUString("org.openoffice.comp.dbu.DBContentLoader"); + return "org.openoffice.comp.dbu.DBContentLoader"; } static Sequence< OUString> getSupportedServiceNames_Static() throw( ); static css::uno::Reference< css::uno::XInterface > |