diff options
Diffstat (limited to 'sd/source/ui/view/ViewShellImplementation.cxx')
-rw-r--r-- | sd/source/ui/view/ViewShellImplementation.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index d8ac5cd4401f..9f210c1ce7d2 100644 --- a/sd/source/ui/view/ViewShellImplementation.cxx +++ b/sd/source/ui/view/ViewShellImplementation.cxx @@ -62,8 +62,7 @@ using namespace ::com::sun::star::drawing::framework; namespace sd { ViewShell::Implementation::Implementation (ViewShell& rViewShell) - : mbIsShowingUIControls(false), - mbIsMainViewShell(false), + : mbIsMainViewShell(false), mbIsInitialized(false), mbArrangeActive(false), mpSubShellFactory(), |