summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/ViewShellManager.cxx')
-rw-r--r--sd/source/ui/view/ViewShellManager.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sd/source/ui/view/ViewShellManager.cxx b/sd/source/ui/view/ViewShellManager.cxx
index 0628fd865420..db2ee5f8f158 100644
--- a/sd/source/ui/view/ViewShellManager.cxx
+++ b/sd/source/ui/view/ViewShellManager.cxx
@@ -353,9 +353,6 @@ void ViewShellManager::UnlockUpdate()
ViewShellManager::Implementation::Implementation (
ViewShellBase& rBase)
: mrBase(rBase),
- maMutex(),
- maShellFactories(),
- maActiveViewShells(),
mnUpdateLockCount(0),
mbShellStackIsUpToDate(true),
mpFormShell(nullptr),
@@ -882,7 +879,7 @@ void ViewShellManager::Implementation::CreateShells()
}
}
}
- }
+ }
}
void ViewShellManager::Implementation::CreateTargetStack (ShellStack& rStack) const
@@ -1143,7 +1140,6 @@ namespace {
ShellDescriptor::ShellDescriptor()
: mpShell(nullptr),
mnId(ToolbarId::None),
- mpFactory(),
mbIsListenerAddedToWindow(false)
{
}
@@ -1152,7 +1148,6 @@ ShellDescriptor::ShellDescriptor (
ShellId nId)
: mpShell(nullptr),
mnId(nId),
- mpFactory(),
mbIsListenerAddedToWindow(false)
{
}