summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2019-12-19 12:22:59 +0100
committerAndras Timar <andras.timar@collabora.com>2020-05-17 11:33:43 +0200
commit90736b93895063df41e9bc68cba801a4a15902d9 (patch)
tree67f194d72fc3f77e882c21f9cd4696dad4a550e9 /sfx2
parente45ac7edaf0520a80ddc4e0880e41d9f8e6be61a (diff)
tdf#129394: Create formula bar also in non-DESKTOP case
Having SfxWorkWindow::bIsFullScreen set to true prevented the formula bar from being created. Change-Id: I17196aae270e67ab1eb960dd42f4ebb4e0ae86b1 Reviewed-on: https://gerrit.libreoffice.org/85522 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit da91403315f76ae36da6db6729f5b2a2870e3aa2)
Diffstat (limited to 'sfx2')
-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 5feb326243fc..413f26890290 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -462,11 +462,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 ),