summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.hxx b/sdext/source/presenter/PresenterPaneFactory.hxx
index 1ae3c0696c3b..495aa9ad74d0 100644
--- a/sdext/source/presenter/PresenterPaneFactory.hxx
+++ b/sdext/source/presenter/PresenterPaneFactory.hxx
@@ -49,13 +49,13 @@ class PresenterPaneFactory
public PresenterPaneFactoryInterfaceBase
{
public:
- static const OUString msCurrentSlidePreviewPaneURL;
- static const OUString msNextSlidePreviewPaneURL;
- static const OUString msNotesPaneURL;
- static const OUString msToolBarPaneURL;
- static const OUString msSlideSorterPaneURL;
- static const OUString msHelpPaneURL;
- static const OUString msOverlayPaneURL;
+ static const OUStringLiteral msCurrentSlidePreviewPaneURL;
+ static const OUStringLiteral msNextSlidePreviewPaneURL;
+ static const OUStringLiteral msNotesPaneURL;
+ static const OUStringLiteral msToolBarPaneURL;
+ static const OUStringLiteral msSlideSorterPaneURL;
+ static const OUStringLiteral msHelpPaneURL;
+ static const OUStringLiteral msOverlayPaneURL;
/** Create a new instance of this class and register it as resource
factory in the drawing framework of the given controller.