summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellImplementation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/ViewShellImplementation.cxx')
-rw-r--r--sd/source/ui/view/ViewShellImplementation.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx
index 4ca73b2bb5dc..3f301c2efcd1 100644
--- a/sd/source/ui/view/ViewShellImplementation.cxx
+++ b/sd/source/ui/view/ViewShellImplementation.cxx
@@ -59,8 +59,6 @@ ViewShell::Implementation::Implementation (ViewShell& rViewShell)
: mbIsMainViewShell(false),
mbIsInitialized(false),
mbArrangeActive(false),
- mpSubShellFactory(),
- mpUpdateLockForMouse(),
mrViewShell(rViewShell)
{
}
@@ -333,8 +331,7 @@ std::shared_ptr<ViewShell::Implementation::ToolBarManagerLock>
ViewShell::Implementation::ToolBarManagerLock::ToolBarManagerLock (
const std::shared_ptr<ToolBarManager>& rpManager)
- : mpLock(new ToolBarManager::UpdateLock(rpManager)),
- maTimer()
+ : mpLock(new ToolBarManager::UpdateLock(rpManager))
{
// Start a timer that will unlock the ToolBarManager update lock when
// that is not done explicitly by calling Release().