diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-02 09:31:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-02 09:32:06 +0200 |
commit | e1c7fd1630704e837df10ca7259004147f3de372 (patch) | |
tree | 984973cdbcc0ffdbb4108e54792ccad817c4d4a2 /sd | |
parent | 9aa6ec9bfaa3c76c291ab8ec9a1b87fb89b817e6 (diff) |
-Werror,-Wunused-private-field
Change-Id: Ia06d96d373888ce45508814c9752d09117e55d10
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx index 9046109bf8b5..7f08441afea9 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx @@ -324,7 +324,6 @@ SelectionFunction::SelectionFunction ( rRequest), mrSlideSorter(rSlideSorter), mrController(mrSlideSorter.GetController()), - maInsertionMarkerBox(), mbProcessingMouseButtonDown(false), mnShiftKeySelectionAnchor(-1), mpModeHandler(new NormalModeHandler(rSlideSorter, *this)) diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx index 0ec870cd0799..304f409c3210 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx @@ -113,13 +113,6 @@ protected: virtual ~SelectionFunction(); private: - - /// The rectangle of the mouse drag selection. - Rectangle maDragSelectionRectangle; - - /// Box of the insert marker in model coordinates. - Rectangle maInsertionMarkerBox; - /** We use this flag to filter out the cases where MouseMotion() is called with a pressed mouse button but without a prior MouseButtonDown() call. This is an indication that the mouse button was pressed over |