summaryrefslogtreecommitdiff
path: root/sd/source/console/PresenterViewFactory.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-19 16:39:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-23 11:04:42 +0200
commitbd6fb0cd3eee3c7d414e55a7678c0097aadc7646 (patch)
tree5f754d7e485ab31dd4e04782b8eccd50d854d91e /sd/source/console/PresenterViewFactory.hxx
parent3501c52176d1122d9de08462435f633cd21de370 (diff)
Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String
...in include files. This is a mix of automatic rewriting in include files and manual fixups (mostly addressing loplugin:redundantfcast) in source files that include those. Change-Id: I1f3cc1e67b9cabd2e9d61a4d9e9a01e587ea35cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158337 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source/console/PresenterViewFactory.hxx')
-rw-r--r--sd/source/console/PresenterViewFactory.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/console/PresenterViewFactory.hxx b/sd/source/console/PresenterViewFactory.hxx
index 3f31342f2ce1..cf2a66a5553c 100644
--- a/sd/source/console/PresenterViewFactory.hxx
+++ b/sd/source/console/PresenterViewFactory.hxx
@@ -78,15 +78,15 @@ class PresenterViewFactory
public PresenterViewFactoryInterfaceBase
{
public:
- static constexpr OUStringLiteral msCurrentSlidePreviewViewURL
- = u"private:resource/view/Presenter/CurrentSlidePreview";
- static constexpr OUStringLiteral msNextSlidePreviewViewURL
- = u"private:resource/view/Presenter/NextSlidePreview";
- static constexpr OUStringLiteral msNotesViewURL = u"private:resource/view/Presenter/Notes";
- static constexpr OUStringLiteral msToolBarViewURL = u"private:resource/view/Presenter/ToolBar";
- static constexpr OUStringLiteral msSlideSorterURL
- = u"private:resource/view/Presenter/SlideSorter";
- static constexpr OUStringLiteral msHelpViewURL = u"private:resource/view/Presenter/Help";
+ static constexpr OUString msCurrentSlidePreviewViewURL
+ = u"private:resource/view/Presenter/CurrentSlidePreview"_ustr;
+ static constexpr OUString msNextSlidePreviewViewURL
+ = u"private:resource/view/Presenter/NextSlidePreview"_ustr;
+ static constexpr OUString msNotesViewURL = u"private:resource/view/Presenter/Notes"_ustr;
+ static constexpr OUString msToolBarViewURL = u"private:resource/view/Presenter/ToolBar"_ustr;
+ static constexpr OUString msSlideSorterURL
+ = u"private:resource/view/Presenter/SlideSorter"_ustr;
+ static constexpr OUString msHelpViewURL = u"private:resource/view/Presenter/Help"_ustr;
/** Create a new instance of this class and register it as resource
factory in the drawing framework of the given controller.