diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:57:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 13:00:14 +0200 |
commit | d4ef035e2d08ad91e6fccd58590abdff0d6260c7 (patch) | |
tree | a61cae7702941b7e7260acba634007323c7e49c1 /connectivity/source/drivers/file/FDriver.cxx | |
parent | c64e9ee263cf9150f12b45906ae21a553af06d9c (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): connectivity
Change-Id: I80dab66757b1f541d448a642a5ecddc876f55c7b
Reviewed-on: https://gerrit.libreoffice.org/76689
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity/source/drivers/file/FDriver.cxx')
-rw-r--r-- | connectivity/source/drivers/file/FDriver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/file/FDriver.cxx b/connectivity/source/drivers/file/FDriver.cxx index e3a756672b65..584a0a08b95f 100644 --- a/connectivity/source/drivers/file/FDriver.cxx +++ b/connectivity/source/drivers/file/FDriver.cxx @@ -62,7 +62,7 @@ void OFileDriver::disposing() OUString OFileDriver::getImplementationName_Static( ) { - return OUString("com.sun.star.sdbc.driver.file.Driver"); + return "com.sun.star.sdbc.driver.file.Driver"; } Sequence< OUString > OFileDriver::getSupportedServiceNames_Static( ) |