diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:45:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:52:40 +0200 |
commit | d69da8657043b865d9afc3ea93eba9f10e4913e3 (patch) | |
tree | 010703c33c93e2338163e6cd5b21586e1f26e648 /include/vbahelper/vbacollectionimpl.hxx | |
parent | 7680623292f272cf1a8cceb4abb5a67bb5469918 (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 'include/vbahelper/vbacollectionimpl.hxx')
-rw-r--r-- | include/vbahelper/vbacollectionimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbacollectionimpl.hxx b/include/vbahelper/vbacollectionimpl.hxx index 9234f4ad2119..26853ad9077c 100644 --- a/include/vbahelper/vbacollectionimpl.hxx +++ b/include/vbahelper/vbacollectionimpl.hxx @@ -313,7 +313,7 @@ public: // XDefaultMethod OUString SAL_CALL getDefaultMethodName( ) override { - return OUString("Item"); + return "Item"; } // XEnumerationAccess virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override = 0; |