[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Fri Oct 2 00:32:27 PDT 2015


 sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx     |    1 -
 sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx |    7 -------
 2 files changed, 8 deletions(-)

New commits:
commit e1c7fd1630704e837df10ca7259004147f3de372
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 2 09:31:38 2015 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: Ia06d96d373888ce45508814c9752d09117e55d10

diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index 9046109..7f08441 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 0ec870c..304f409 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


More information about the Libreoffice-commits mailing list