summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc/OResultSet.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/odbc/OResultSet.cxx
parentc64e9ee263cf9150f12b45906ae21a553af06d9c (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/odbc/OResultSet.cxx')
-rw-r--r--connectivity/source/drivers/odbc/OResultSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbc/OResultSet.cxx b/connectivity/source/drivers/odbc/OResultSet.cxx
index c9755e762140..80fd002adc05 100644
--- a/connectivity/source/drivers/odbc/OResultSet.cxx
+++ b/connectivity/source/drivers/odbc/OResultSet.cxx
@@ -65,7 +65,7 @@ namespace
// IMPLEMENT_SERVICE_INFO(OResultSet,"com.sun.star.sdbcx.OResultSet","com.sun.star.sdbc.ResultSet");
OUString SAL_CALL OResultSet::getImplementationName( )
{
- return OUString("com.sun.star.sdbcx.odbc.ResultSet");
+ return "com.sun.star.sdbcx.odbc.ResultSet";
}
Sequence< OUString > SAL_CALL OResultSet::getSupportedServiceNames( )