summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-08 15:41:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-09 07:28:34 +0100
commit32c288d862d98aac2f726360be9f2ca53db06ccf (patch)
tree7ff3d9d9aa7ccb49a4dc8f790ec5750fc23eb953 /sd
parent313744d4f23f242f5ee979d229fe394211ff7ffd (diff)
loplugin:unusedfields
Change-Id: Ifb2c9a2d1d7dcc0ed3e8458c1a13933ccababd4c Reviewed-on: https://gerrit.libreoffice.org/68939 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slideshow/slideshowviewimpl.cxx2
-rw-r--r--sd/source/ui/slideshow/slideshowviewimpl.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx
index 60ec12969842..7ed2f281bb8f 100644
--- a/sd/source/ui/slideshow/slideshowviewimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx
@@ -374,8 +374,6 @@ geometry::AffineMatrix2D SAL_CALL SlideShowView::getTransformation( )
mTranslationOffset.Height = aOutputOffset.Y();
mTranslationOffset.Width = aOutputOffset.X();
- maPresentationArea = ::tools::Rectangle( aOutputOffset, aOutputSize );
-
// scale presentation into available window rect (minus 10%); center in the window
const basegfx::B2DHomMatrix aMatrix(basegfx::utils::createScaleTranslateB2DHomMatrix(
aOutputSize.Width(), aOutputSize.Height(), aOutputOffset.X(), aOutputOffset.Y()));
diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx
index 46ba90de8112..984f7e1a010a 100644
--- a/sd/source/ui/slideshow/slideshowviewimpl.hxx
+++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx
@@ -216,7 +216,6 @@ private:
mpMouseMotionListeners;
SdDrawDocument* const mpDoc;
bool mbIsMouseMotionListener;
- ::tools::Rectangle maPresentationArea;
AnimationMode const meAnimationMode;
bool mbFirstPaint;
bool const mbFullScreen;