summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/mysql_jdbc/YDriver.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:57:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 13:00:14 +0200
commitd4ef035e2d08ad91e6fccd58590abdff0d6260c7 (patch)
treea61cae7702941b7e7260acba634007323c7e49c1 /connectivity/source/drivers/mysql_jdbc/YDriver.cxx
parentImproved loplugin:stringconstant (now that GCC 7 supports it): cppuhelper (diff)
downloadcore-d4ef035e2d08ad91e6fccd58590abdff0d6260c7.tar.gz
core-d4ef035e2d08ad91e6fccd58590abdff0d6260c7.zip
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/mysql_jdbc/YDriver.cxx')
-rw-r--r--connectivity/source/drivers/mysql_jdbc/YDriver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysql_jdbc/YDriver.cxx b/connectivity/source/drivers/mysql_jdbc/YDriver.cxx
index 233313f6bd7d..356233ed3110 100644
--- a/connectivity/source/drivers/mysql_jdbc/YDriver.cxx
+++ b/connectivity/source/drivers/mysql_jdbc/YDriver.cxx
@@ -401,7 +401,7 @@ ODriverDelegator::getDataDefinitionByURL(const OUString& url, const Sequence<Pro
OUString ODriverDelegator::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.drivers.MySQL.Driver");
+ return "org.openoffice.comp.drivers.MySQL.Driver";
}
Sequence<OUString> ODriverDelegator::getSupportedServiceNames_Static()