summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VTable.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/sdbcx/VTable.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/sdbcx/VTable.cxx')
-rw-r--r--connectivity/source/sdbcx/VTable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VTable.cxx b/connectivity/source/sdbcx/VTable.cxx
index db60d4a0e928..2526f6f088c9 100644
--- a/connectivity/source/sdbcx/VTable.cxx
+++ b/connectivity/source/sdbcx/VTable.cxx
@@ -44,8 +44,8 @@ using namespace ::com::sun::star::lang;
OUString SAL_CALL OTable::getImplementationName( )
{
if(isNew())
- return OUString("com.sun.star.sdbcx.VTableDescriptor");
- return OUString("com.sun.star.sdbcx.Table");
+ return "com.sun.star.sdbcx.VTableDescriptor";
+ return "com.sun.star.sdbcx.Table";
}