summaryrefslogtreecommitdiff
path: root/forms/source/solar/component/navbarcontrol.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:54:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:58:39 +0200
commitf018d6274ddd6992c863f091b2f1632e52197267 (patch)
tree8407771d03764fda826f62145b7125e028fc8d23 /forms/source/solar/component/navbarcontrol.cxx
parent27dcfba1009085b759f4f578b56a464340c80a0c (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): forms
Change-Id: I105fc954a983280ec07759a7f9d21e726a970a80 Reviewed-on: https://gerrit.libreoffice.org/76676 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'forms/source/solar/component/navbarcontrol.cxx')
-rw-r--r--forms/source/solar/component/navbarcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx
index f9f6fdbd8adb..680f3b84e312 100644
--- a/forms/source/solar/component/navbarcontrol.cxx
+++ b/forms/source/solar/component/navbarcontrol.cxx
@@ -162,7 +162,7 @@ namespace frm
OUString SAL_CALL ONavigationBarControl::getImplementationName()
{
- return OUString( "com.sun.star.comp.form.ONavigationBarControl" );
+ return "com.sun.star.comp.form.ONavigationBarControl";
}