summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell/SlideSorter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/shell/SlideSorter.cxx')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorter.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
index 5d933dcd379f..550a4046909e 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
@@ -106,10 +106,6 @@ SlideSorter::SlideSorter (
ScrollBar* pVerticalScrollBar,
ScrollBarBox* pScrollBarBox)
: mbIsValid(false),
- mpSlideSorterController(),
- mpSlideSorterModel(),
- mpSlideSorterView(),
- mxControllerWeak(),
mpViewShell(&rViewShell),
mpViewShellBase(&rViewShell.GetViewShellBase()),
mpContentWindow(pContentWindow),
@@ -125,10 +121,6 @@ SlideSorter::SlideSorter (
ViewShellBase& rBase,
vcl::Window& rParentWindow)
: mbIsValid(false),
- mpSlideSorterController(),
- mpSlideSorterModel(),
- mpSlideSorterView(),
- mxControllerWeak(),
mpViewShell(nullptr),
mpViewShellBase(&rBase),
mpContentWindow(VclPtr<ContentWindow>::Create(rParentWindow,*this )),
@@ -406,8 +398,7 @@ ContentWindow::ContentWindow(
vcl::Window& rParent,
SlideSorter& rSlideSorter)
: ::sd::Window(&rParent),
- mrSlideSorter(rSlideSorter),
- mpCurrentFunction()
+ mrSlideSorter(rSlideSorter)
{
SetDialogControlFlags(GetDialogControlFlags() & ~DialogControlFlags::WantFocus);
SetStyle(GetStyle() | WB_NOPOINTERFOCUS);