summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterViewFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterViewFactory.hxx')
-rw-r--r--sdext/source/presenter/PresenterViewFactory.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.hxx b/sdext/source/presenter/PresenterViewFactory.hxx
index 46b854c4bd85..cc6aaea94ea7 100644
--- a/sdext/source/presenter/PresenterViewFactory.hxx
+++ b/sdext/source/presenter/PresenterViewFactory.hxx
@@ -75,12 +75,12 @@ class PresenterViewFactory
public PresenterViewFactoryInterfaceBase
{
public:
- static const OUString msCurrentSlidePreviewViewURL;
- static const OUString msNextSlidePreviewViewURL;
- static const OUString msNotesViewURL;
- static const OUString msToolBarViewURL;
- static const OUString msSlideSorterURL;
- static const OUString msHelpViewURL;
+ static const OUStringLiteral msCurrentSlidePreviewViewURL;
+ static const OUStringLiteral msNextSlidePreviewViewURL;
+ static const OUStringLiteral msNotesViewURL;
+ static const OUStringLiteral msToolBarViewURL;
+ static const OUStringLiteral msSlideSorterURL;
+ static const OUStringLiteral msHelpViewURL;
/** Create a new instance of this class and register it as resource
factory in the drawing framework of the given controller.