Tag: cws_src680_reportdesign02 User: oj Date: 2007-12-20 07:47:49+0000 Modified: dba/reportdesign/source/ui/misc/UITools.cxx
Log: merge change File Changes: Directory: /dba/reportdesign/source/ui/misc/ ============================================ File [changed]: UITools.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/misc/UITools.cxx?r1=1.2.44.1&r2=1.2.44.2 Delta lines: +4 -3 ------------------- --- UITools.cxx 2007-10-30 06:56:28+0000 1.2.44.1 +++ UITools.cxx 2007-12-20 07:47:47+0000 1.2.44.2 @@ -4,9 +4,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.2.44.1 $ + * $Revision: 1.2.44.2 $ * - * last change: $Author: oj $ $Date: 2007/10/30 06:56:28 $ + * last change: $Author: oj $ $Date: 2007/12/20 07:47:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -883,7 +883,8 @@ bOverlapping = pOverlappedObj != NULL; if ( bOverlapping ) { - aRet.Move(0,pOverlappedObj->GetLogicRect().getHeight()); + const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); + aRet.Move(0,aLogicRect.Top() + aLogicRect.getHeight() - aRet.Top()); xComponent->setPositionY(aRet.Top()); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
