summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterViewFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterViewFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterViewFactory.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 837e12e64604..0f107fb936b1 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.cxx
@@ -34,17 +34,17 @@ using namespace ::com::sun::star::drawing::framework;
namespace sdext::presenter {
const OUStringLiteral PresenterViewFactory::msCurrentSlidePreviewViewURL(
- "private:resource/view/Presenter/CurrentSlidePreview");
+ u"private:resource/view/Presenter/CurrentSlidePreview");
const OUStringLiteral PresenterViewFactory::msNextSlidePreviewViewURL(
- "private:resource/view/Presenter/NextSlidePreview");
+ u"private:resource/view/Presenter/NextSlidePreview");
const OUStringLiteral PresenterViewFactory::msNotesViewURL(
- "private:resource/view/Presenter/Notes");
+ u"private:resource/view/Presenter/Notes");
const OUStringLiteral PresenterViewFactory::msToolBarViewURL(
- "private:resource/view/Presenter/ToolBar");
+ u"private:resource/view/Presenter/ToolBar");
const OUStringLiteral PresenterViewFactory::msSlideSorterURL(
- "private:resource/view/Presenter/SlideSorter");
+ u"private:resource/view/Presenter/SlideSorter");
const OUStringLiteral PresenterViewFactory::msHelpViewURL(
- "private:resource/view/Presenter/Help");
+ u"private:resource/view/Presenter/Help");
namespace {