diff options
Diffstat (limited to 'sdext/source/presenter/PresenterScreen.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterScreen.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterScreen.hxx b/sdext/source/presenter/PresenterScreen.hxx index fe9346231195..963582b62159 100644 --- a/sdext/source/presenter/PresenterScreen.hxx +++ b/sdext/source/presenter/PresenterScreen.hxx @@ -132,7 +132,6 @@ private: ::rtl::Reference<PresenterController> mpPresenterController; css::uno::Reference<css::drawing::framework::XConfiguration> mxSavedConfiguration; ::rtl::Reference<PresenterPaneContainer> mpPaneContainer; - sal_Int32 mnComponentIndex; css::uno::Reference<css::drawing::framework::XResourceFactory> mxPaneFactory; css::uno::Reference<css::drawing::framework::XResourceFactory> mxViewFactory; @@ -204,11 +203,7 @@ private: const css::uno::Reference<css::drawing::framework::XResourceId>& rxAnchorId, const OUString& rsPaneURL, const OUString& rsViewURL, - const PresenterPaneContainer::ViewInitializationFunction& rViewInitialization, - const double nLeft, - const double nTop, - const double nRight, - const double nBottom); + const PresenterPaneContainer::ViewInitializationFunction& rViewInitialization); /** Return the built-in screen number on the presentation will normally display the presenter console. |