diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-10-19 10:32:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-20 23:30:58 +0200 |
commit | c184f93863c27c5a59614ad0c47bea699abb1e7b (patch) | |
tree | 4a953e83aabab031afdcd37360875a1b032ff2c4 /sd/source/ui/tools | |
parent | 9108c6e2755b8d6de3b20ad9a868dd393d5b80a8 (diff) |
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sd
Change-Id: I4dc708ee57a7e305f4e377bde0e486299df56f0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158297
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source/ui/tools')
-rw-r--r-- | sd/source/ui/tools/EventMultiplexer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/tools/EventMultiplexer.cxx b/sd/source/ui/tools/EventMultiplexer.cxx index d106a937f284..59cf49569d92 100644 --- a/sd/source/ui/tools/EventMultiplexer.cxx +++ b/sd/source/ui/tools/EventMultiplexer.cxx @@ -137,8 +137,8 @@ private: DECL_LINK(SlideSorterSelectionChangeListener, LinkParamNone*, void); }; -constexpr OUStringLiteral aCurrentPagePropertyName = u"CurrentPage"; -constexpr OUStringLiteral aEditModePropertyName = u"IsMasterPageMode"; +constexpr OUString aCurrentPagePropertyName = u"CurrentPage"_ustr; +constexpr OUString aEditModePropertyName = u"IsMasterPageMode"_ustr; //===== EventMultiplexer ====================================================== |