summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:56:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:59:48 +0200
commita324b1ca1ae6185ea39db6daf68c7210b541ae96 (patch)
tree5361504f927bd6b86047553e794b448787925eea /dbaccess/source/ui/tabledesign
parentfd912a3db4329ce882c78f10a4dbbc4d43601118 (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/tabledesign')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 8c0470154a78..3aff255781d2 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -114,7 +114,7 @@ OUString SAL_CALL OTableController::getImplementationName()
OUString OTableController::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OTableDesign");
+ return "org.openoffice.comp.dbu.OTableDesign";
}
Sequence< OUString> OTableController::getSupportedServiceNames_Static()