diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 09:26:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 09:26:30 +0000 |
commit | 43a7a826e9fcdaf1579fb07d3094e6a7d2f1fa0a (patch) | |
tree | 87f5143f8ddb54d2320a5ec829813f7c0e886ead /framework | |
parent | 7d9fd62f38c5e09736ec34db5f4eed6796724b4c (diff) |
INTEGRATION: CWS impress47 (1.19.14); FILE MERGED
2005/04/12 15:23:34 af 1.19.14.1: #i46712# Merged fixes of other issue.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/services/layoutmanager.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx index b44f12b5a029..574b61a6f8fa 100644 --- a/framework/inc/services/layoutmanager.hxx +++ b/framework/inc/services/layoutmanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: layoutmanager.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-03-30 09:21:41 $ + * last change: $Author: obo $ $Date: 2005-04-18 10:26:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -586,6 +586,7 @@ namespace framework m_bDoLayout : 1, m_bVisible : 1, m_bParentWindowVisible : 1; + sal_Bool m_bMustDoLayout : 1; DockingOperation m_eDockOperation; UIElement m_aDockUIElement; css::awt::Rectangle m_aDockingArea; |