diff options
Diffstat (limited to 'sfx2/source/appl/workwin.cxx')
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index c6d1da362a89..cb9680b94ae0 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -459,11 +459,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 ), |