summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.cxx b/sdext/source/presenter/PresenterPaneFactory.cxx
index b1568431febd..14cf0ab92a69 100644
--- a/sdext/source/presenter/PresenterPaneFactory.cxx
+++ b/sdext/source/presenter/PresenterPaneFactory.cxx
@@ -43,11 +43,6 @@ const OUStringLiteral PresenterPaneFactory::msToolBarPaneURL(
u"private:resource/pane/Presenter/Pane4");
const OUStringLiteral PresenterPaneFactory::msSlideSorterPaneURL(
u"private:resource/pane/Presenter/Pane5");
-const OUStringLiteral PresenterPaneFactory::msHelpPaneURL(
- u"private:resource/pane/Presenter/Pane6");
-
-const OUStringLiteral PresenterPaneFactory::msOverlayPaneURL(
- u"private:resource/pane/Presenter/Overlay");
//===== PresenterPaneFactory ==================================================