summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-07 08:51:26 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-07 09:09:03 +0000
commit0c8dd8f50368dad6512d27a531af833217b7b861 (patch)
tree373fa3c6d1f745675c5eb05d26053d6de3860b32 /sdext/source/presenter/PresenterController.hxx
parenta625cd702700ae1773966a3133d27027d1c4d083 (diff)
loplugin:unusedmethods sdext
Change-Id: I9119e612a92d05f587a1f1e19ca21b2f95102891 Reviewed-on: https://gerrit.libreoffice.org/16809 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sdext/source/presenter/PresenterController.hxx')
-rw-r--r--sdext/source/presenter/PresenterController.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterController.hxx b/sdext/source/presenter/PresenterController.hxx
index 88d3d3ad1ca7..ad1356e62c33 100644
--- a/sdext/source/presenter/PresenterController.hxx
+++ b/sdext/source/presenter/PresenterController.hxx
@@ -106,7 +106,6 @@ public:
::boost::shared_ptr<PresenterCanvasHelper> GetCanvasHelper() const;
css::uno::Reference<css::drawing::XPresenterHelper> GetPresenterHelper() const;
::boost::shared_ptr<PresenterPaintManager> GetPaintManager() const;
- void HideSlideSorter();
double GetSlideAspectRatio() const;
void ShowView (const OUString& rsViewURL);
void HideView (const OUString& rsViewURL);
@@ -206,7 +205,6 @@ private:
css::uno::Reference<css::drawing::XDrawPage> mxNextSlide;
::rtl::Reference<PresenterWindowManager> mpWindowManager;
::boost::shared_ptr<PresenterPaneAnimator> mpCurrentPaneAnimation;
- sal_Int32 mnWindowBackgroundColor;
::boost::shared_ptr<PresenterTheme> mpTheme;
css::uno::Reference<css::awt::XWindow> mxMainWindow;
::rtl::Reference<PresenterPaneBorderPainter> mpPaneBorderPainter;
@@ -218,8 +216,6 @@ private:
::rtl::Reference<PresenterAccessible> mpAccessibleObject;
bool mbIsAccessibilityActive;
- void InitializePresenterScreen();
- void InitializeSlideShowView (const css::uno::Reference<css::uno::XInterface>& rxView);
void GetSlides (const sal_Int32 nOffset);
void UpdateViews();
void InitializeMainPane (const css::uno::Reference<css::drawing::framework::XPane>& rxPane);