summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/appl/workwin.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index 09d4a268397a..c7f84f557e7e 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -460,11 +460,10 @@ SfxWorkWindow::SfxWorkWindow( vcl::Window *pWin, SfxFrame *pFrm, SfxFrame* pMast
bDockingAllowed(true),
bInternalDockingAllowed(true),
bAllChildrenVisible(true),
-#if HAVE_FEATURE_DESKTOP
bIsFullScreen( false ),
+#if HAVE_FEATURE_DESKTOP
bShowStatusBar( true ),
#else
- bIsFullScreen( sal_True ),
bShowStatusBar( sal_False ),
#endif
m_nLock( 0 ),