summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbacommandbar.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:45:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:52:40 +0200
commitd69da8657043b865d9afc3ea93eba9f10e4913e3 (patch)
tree010703c33c93e2338163e6cd5b21586e1f26e648 /vbahelper/source/vbahelper/vbacommandbar.cxx
parent7680623292f272cf1a8cceb4abb5a67bb5469918 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): vbahelper
Change-Id: I10c543744f22a9f4db4e99c97629bb0e0b7f37db Reviewed-on: https://gerrit.libreoffice.org/76628 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vbahelper/source/vbahelper/vbacommandbar.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbacommandbar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/vbahelper/vbacommandbar.cxx b/vbahelper/source/vbahelper/vbacommandbar.cxx
index c0316c1b51d7..c1adf36f681a 100644
--- a/vbahelper/source/vbahelper/vbacommandbar.cxx
+++ b/vbahelper/source/vbahelper/vbacommandbar.cxx
@@ -177,7 +177,7 @@ ScVbaCommandBar::FindControl( const uno::Any& /*aType*/, const uno::Any& /*aId*/
OUString
ScVbaCommandBar::getServiceImplName()
{
- return OUString("ScVbaCommandBar");
+ return "ScVbaCommandBar";
}
uno::Sequence<OUString>
@@ -259,7 +259,7 @@ uno::Any SAL_CALL VbaDummyCommandBar::FindControl( const uno::Any& /*aType*/, co
OUString VbaDummyCommandBar::getServiceImplName()
{
- return OUString("VbaDummyCommandBar");
+ return "VbaDummyCommandBar";
}
uno::Sequence< OUString > VbaDummyCommandBar::getServiceNames()