summaryrefslogtreecommitdiff
path: root/framework/inc/services/frame.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-25 16:35:13 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-25 16:35:13 +0000
commit41b270741e8f38fae4d20090e3b4a7fc7f38b478 (patch)
tree2a8cd36313ce1eea4b407ced2f81f060e3ff1ef7 /framework/inc/services/frame.hxx
parent711b265a9c5882a6ff7ceef53b036e864fde9291 (diff)
INTEGRATION: CWS layoutmanager (1.27.76); FILE MERGED
2004/02/19 19:00:56 cd 1.27.76.5: RESYNC: (1.27-1.28); FILE MERGED 2004/02/02 09:57:31 as 1.27.76.4: #i19488# remove prop IsBackingMode at the frame instance 2003/10/28 08:27:05 cd 1.27.76.3: #111899# Some changes for user interface configuration API 2003/08/20 15:56:46 cd 1.27.76.2: 111899# Framework based user interface 2003/08/12 10:11:16 cd 1.27.76.1: #i12928# First parts of the new layout manager
Diffstat (limited to 'framework/inc/services/frame.hxx')
-rw-r--r--framework/inc/services/frame.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx
index 4927ca122a90..61052ada7e4c 100644
--- a/framework/inc/services/frame.hxx
+++ b/framework/inc/services/frame.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frame.hxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kz $ $Date: 2004-01-28 14:22:37 $
+ * last change: $Author: kz $ $Date: 2004-02-25 17:35:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -210,6 +210,10 @@
#include <com/sun/star/util/XCloseable.hpp>
#endif
+#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XLAYOUTMANAGER_HPP_
+#include <drafts/com/sun/star/frame/XLayoutManager.hpp>
+#endif
+
//_________________________________________________________________________________________________________________
// other includes
//_________________________________________________________________________________________________________________
@@ -578,7 +582,7 @@ class Frame : // interfaces
::vcl::EventPoster m_aPoster ;
sal_Bool m_bIsHidden ; /// indicates, if this frame is used in hidden mode or not
static css::uno::WeakReference< css::frame::XFrame > m_xCloserFrame ; /// holds the only frame, which must show the special closer menu item (can be NULL!)
- sal_Bool m_bIsBackingMode ; /// indicates, that the current component must be the backing component (will be set from outside and reseted inside setComponent() hardly!)
+ css::uno::Reference< drafts::com::sun::star::frame::XLayoutManager > m_xLayoutManager ; /// is used to layout the child windows of the frame.
protected: