diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-17 20:45:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-17 20:45:21 +0300 |
commit | ad55d4e904634871c75a7007801c1b700bcb7ca3 (patch) | |
tree | 524b418a1f70258ccca834fb77a4b0b9ba113e98 /sfx2/source/appl | |
parent | cce7939a166bbf9713ea06bcd3901dfaf162126d (diff) |
Bin --enable-desktop-gui-elements
Nobody wants LO's own widgets in a touch / mobile app after all.
Change-Id: I84f1e85cebce80b6ff4ec5e4e3254654b5f5e6ec
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index 4873dafd582b..123cb8b2c236 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -594,7 +594,7 @@ SfxWorkWindow::SfxWorkWindow( Window *pWin, SfxBindings& rB, SfxWorkWindow* pPar bDockingAllowed(sal_True), bInternalDockingAllowed(sal_True), bAllChildrenVisible(sal_True), -#if HAVE_FEATURE_DESKTOP_GUI_ELEMENTS +#if HAVE_FEATURE_DESKTOP bIsFullScreen( sal_False ), bShowStatusBar( sal_True ), #else |