summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx b/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
index 9e1eae75778a..361c55f05aa3 100644
--- a/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
+++ b/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
@@ -168,9 +168,7 @@ InsertAnimator::Implementation::Implementation (SlideSorter& rSlideSorter)
: mrModel(rSlideSorter.GetModel()),
mrView(rSlideSorter.GetView()),
mrSlideSorter(rSlideSorter),
- mpAnimator(rSlideSorter.GetController().GetAnimator()),
- maRuns(),
- maInsertPosition()
+ mpAnimator(rSlideSorter.GetController().GetAnimator())
{
}
@@ -301,8 +299,6 @@ PageObjectRun::PageObjectRun (
mnLocalInsertIndex(-1),
mnStartIndex(nStartIndex),
mnEndIndex(nEndIndex),
- maStartOffset(),
- maEndOffset(),
mnStartTime(-1),
mnAnimationId(controller::Animator::NotAnAnimationId),
mrAnimatorAccess(rAnimatorAccess),