From 070c4c2bde3c76d084d49dd4c5405fc54885e047 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 18 Jul 2007 08:01:59 +0000 Subject: 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 --- sfx2/source/inc/workwin.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2/source/inc') 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(); }; -- cgit