summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/DrawController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/DrawController.cxx')
-rw-r--r--sd/source/ui/unoidl/DrawController.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx
index 6cf3fdb3a5a5..e477f8b9b725 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -66,14 +66,10 @@ DrawController::DrawController (ViewShellBase& rBase) noexcept
m_aSelectionTypeIdentifier(
cppu::UnoType<view::XSelectionChangeListener>::get()),
mpBase(&rBase),
- maLastVisArea(),
mpCurrentPage(nullptr),
mbMasterPageMode(false),
mbLayerMode(false),
- mbDisposing(false),
- mxSubController(),
- mxConfigurationController(),
- mxModuleController()
+ mbDisposing(false)
{
ProvideFrameworkControllers();
}