summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/slideshow.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-09 13:37:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-12 06:14:02 +0000
commit198f3ec116996788be1d73f9462ecb808b78f309 (patch)
tree52dc3868d3ae0821aebc18c1ebffa6382b0882cd /sd/source/ui/slideshow/slideshow.cxx
parent6cc5d37d87406671ac76e94a43f8a57f346caaaf (diff)
loplugin:unusedmethods
Change-Id: I0fb06079ff8a9d0b2f5a2929f31846f91391f5c4 Reviewed-on: https://gerrit.libreoffice.org/22229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/source/ui/slideshow/slideshow.cxx')
-rw-r--r--sd/source/ui/slideshow/slideshow.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx
index 99b27e080309..6d30a083a6a2 100644
--- a/sd/source/ui/slideshow/slideshow.cxx
+++ b/sd/source/ui/slideshow/slideshow.cxx
@@ -1020,26 +1020,6 @@ void SlideShow::pause( bool bPause )
}
}
-sal_Int32 SlideShow::getFirstPageNumber()
-{
- return mxController.is() ? mxController->getFirstSlideNumber() : 0;
-}
-
-sal_Int32 SlideShow::getLastPageNumber()
-{
- return mxController.is() ? mxController->getLastSlideNumber() : 0;
-}
-
-bool SlideShow::isEndless()
-{
- return mxController.is() && mxController->isEndless();
-}
-
-bool SlideShow::isDrawingPossible()
-{
- return mxController.is() && mxController->getUsePen();
-}
-
bool SlideShow::swipe(const CommandSwipeData& rSwipeData)
{
return mxController.is() && mxController->swipe(rSwipeData);