Kaydet (Commit) f3e0ae7b authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS aw019 (1.4.138); FILE MERGED

2004/10/21 15:53:25 aw 1.4.138.1: #i34831#
üst 57e657ce
......@@ -2,9 +2,9 @@
*
* $RCSfile: contwnd.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2004-07-12 14:32:37 $
* last change: $Author: pjunck $ $Date: 2004-11-03 10:34:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -175,7 +175,8 @@ const PolyPolygon& ContourWindow::GetPolyPolygon()
const XPolyPolygon& rXPolyPoly = pPathObj->GetPathPoly();
for ( USHORT i = 0, nPolyCount = rXPolyPoly.Count(); i < nPolyCount; i++ )
aPolyPoly.Insert( XOutCreatePolygon( rXPolyPoly.GetObject( i ), NULL ) );
aPolyPoly.Insert( XOutCreatePolygon( rXPolyPoly.GetObject( i )) );
//BFS09 aPolyPoly.Insert( XOutCreatePolygon( rXPolyPoly.GetObject( i ), NULL ) );
}
pModel->SetChanged( sal_False );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment