Tag: cws_src680_dba24b User: fs Date: 2007-08-29 12:08:44+0000 Modified: dba/reportdesign/source/ui/report/ViewsWindow.cxx
Log: #i10000# File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ViewsWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ViewsWindow.cxx?r1=1.4&r2=1.4.10.1 Delta lines: +4 -4 ------------------- --- ViewsWindow.cxx 2007-08-03 12:46:04+0000 1.4 +++ ViewsWindow.cxx 2007-08-29 12:08:42+0000 1.4.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: ViewsWindow.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.10.1 $ * - * last change: $Author: hr $ $Date: 2007/08/03 12:46:04 $ + * last change: $Author: fs $ $Date: 2007/08/29 12:08:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -866,7 +866,7 @@ const SdrMark* pM = pView->GetSdrMarkByIndex(i); SdrObject* pObj = pM->GetMarkedSdrObj(); Rectangle aObjRect(_bBoundRects ? pObj->GetCurrentBoundRect() : pObj->GetSnapRect()); - _rSortRectangles.insert(TRectangleMap::value_type(aObjRect,TRectangleMap::data_type(pObj,pView))); + _rSortRectangles.insert(TRectangleMap::value_type(aObjRect,TRectangleMap::mapped_type(pObj,pView))); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
