summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-19 10:30:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-20 18:42:47 +0200
commit7c59c59a0b6abee5d2c147139a79051a190939aa (patch)
treeed8ded3dc473cc2776bd450df8f124e7bb898939 /scripting/source/stringresource
parent9ef3adb3b83824e5b5a539c5886ba59df744bfaa (diff)
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scripting
Change-Id: I74516d08ed48f2c9f4a0d4e105c96f95c127485b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158218 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'scripting/source/stringresource')
-rw-r--r--scripting/source/stringresource/stringresource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx
index 64988a5aafaf..096692602407 100644
--- a/scripting/source/stringresource/stringresource.cxx
+++ b/scripting/source/stringresource/stringresource.cxx
@@ -665,7 +665,7 @@ Sequence< OUString > StringResourcePersistenceImpl::getSupportedServiceNames( )
// XInitialization base functionality for derived classes
-constexpr OUStringLiteral aNameBaseDefaultStr = u"strings";
+constexpr OUString aNameBaseDefaultStr = u"strings"_ustr;
void StringResourcePersistenceImpl::implInitializeCommonParameters
( std::unique_lock<std::mutex>& rGuard, const Sequence< Any >& aArguments )