diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 08:01:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 08:01:59 +0000 |
commit | 070c4c2bde3c76d084d49dd4c5405fc54885e047 (patch) | |
tree | 8362ab3f5438716cb33a9f015a9905b185d81b0e /sfx2/source/inc | |
parent | 537027d2b246ef59066c2c978f985ceef3fee219 (diff) |
INTEGRATION: CWS fwk67 (1.27.48); FILE MERGED
2007/07/04 08:29:43 cd 1.27.48.1: #i78139# Support new SFX_CHILDWIN flag that forces the visibility of a child window. Needed to support the special range chooser dialog
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index 1979d5a0b2fb..b525e38819aa 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -4,9 +4,9 @@ * * $RCSfile: workwin.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2007-06-27 23:30:34 $ + * last change: $Author: obo $ $Date: 2007-07-18 09:01:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -343,7 +343,7 @@ public: void HideChilds_Impl(); void Close_Impl(); BOOL PrepareClose_Impl(); - virtual void ArrangeChilds_Impl(); + virtual void ArrangeChilds_Impl( BOOL bForce = TRUE ); void DeleteControllers_Impl(); void SaveStatus_Impl(); void HidePopups_Impl(BOOL bHide, BOOL bParent=FALSE, USHORT nId=0); @@ -408,7 +408,7 @@ class SfxFrameWorkWin_Impl : public SfxWorkWindow SfxFrame* pFrame; public: SfxFrameWorkWin_Impl( Window* pWin, SfxFrame* pFrm, SfxFrame* pMaster ); - virtual void ArrangeChilds_Impl(); + virtual void ArrangeChilds_Impl( BOOL bForce = TRUE ); virtual void UpdateObjectBars_Impl(); virtual Rectangle GetTopRect_Impl(); }; |