summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/layoutmanager/layoutmanager.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx
index e8d466b878a7..245b5b07da36 100644
--- a/framework/source/layoutmanager/layoutmanager.cxx
+++ b/framework/source/layoutmanager/layoutmanager.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_features.h>
+
#include <services/layoutmanager.hxx>
#include "helpers.hxx"
@@ -113,7 +115,11 @@ LayoutManager::LayoutManager( const Reference< XComponentContext >& xContext ) :
, m_bVisible( true )
, m_bParentWindowVisible( false )
, m_bMustDoLayout( true )
+#if HAVE_FEATURE_DESKTOP
, m_bAutomaticToolbars( true )
+#else
+ , m_bAutomaticToolbars( false )
+#endif
, m_bStoreWindowState( false )
, m_bHideCurrentUI( false )
, m_bGlobalSettings( false )