[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sfx2/source
Marco Cecchetti (via logerrit)
logerrit at kemper.freedesktop.org
Fri Dec 20 10:55:15 UTC 2019
sfx2/source/appl/workwin.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit da91403315f76ae36da6db6729f5b2a2870e3aa2
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
AuthorDate: Thu Dec 19 12:22:59 2019 +0100
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Dec 20 11:54:28 2019 +0100
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 at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
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 ),
More information about the Libreoffice-commits
mailing list