summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 13:07:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-26 13:07:35 +0100
commite0147611615e22414669d49b639e8d9a4b843c5b (patch)
tree13004e7ac4e3bad8b14dc7948e9d44e16b70f034 /sdext
parentfbdeef6b7f74a3602792d178b1e750020b2cac89 (diff)
-Werror,-Wunused-private-field
Change-Id: I7e00f9b90fb910a8ac0fa934887d276ef2e0ba89
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterSlideSorter.cxx1
-rw-r--r--sdext/source/presenter/PresenterSlideSorter.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx
index 3ce9138dc472..ad7d6a4b4903 100644
--- a/sdext/source/presenter/PresenterSlideSorter.cxx
+++ b/sdext/source/presenter/PresenterSlideSorter.cxx
@@ -261,7 +261,6 @@ PresenterSlideSorter::PresenterSlideSorter (
mnCurrentSlideIndex(-1),
mnSeparatorY(0),
maSeparatorColor(0x00ffffff),
- maCloseButtonCenter(),
maCurrentSlideFrameBoundingBox(),
mpCurrentSlideFrameRenderer(),
mxPreviewFrame()
diff --git a/sdext/source/presenter/PresenterSlideSorter.hxx b/sdext/source/presenter/PresenterSlideSorter.hxx
index a610b7bc4b5d..b6c93ba1e0f0 100644
--- a/sdext/source/presenter/PresenterSlideSorter.hxx
+++ b/sdext/source/presenter/PresenterSlideSorter.hxx
@@ -173,7 +173,6 @@ private:
sal_Int32 mnCurrentSlideIndex;
sal_Int32 mnSeparatorY;
css::util::Color maSeparatorColor;
- css::awt::Point maCloseButtonCenter;
css::awt::Rectangle maCurrentSlideFrameBoundingBox;
class CurrentSlideFrameRenderer;
std::shared_ptr<CurrentSlideFrameRenderer> mpCurrentSlideFrameRenderer;