summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
index 25f2a99ffd8e..4cd0c6ca9054 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
@@ -111,22 +111,12 @@ private:
::std::vector<Link<LinkParamNone*,void>> maSelectionChangeListeners;
- /** When this flag is set then on the next call to Paint() the selection
- is moved into the visible area.
- */
- bool mbIsMakeSelectionVisiblePending;
-
/** The insertion position is only temporarily valid. Negative values
indicate that the explicit insertion position is not valid. In this
case GetInsertionPosition() calculates it from the current selection.
*/
sal_Int32 mnInsertionPosition;
- /** Animation id for a scroll animation the will eventually set the top
- and left of the visible area to maRequestedTopLeft.
- */
- Animator::AnimationId mnAnimationId;
-
std::shared_ptr<SelectionObserver> mpSelectionObserver;
/** Delete the given list of normal pages. This method is a helper