Kaydet (Commit) f830666e authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.15.4); FILE MERGED

2006/08/09 12:53:51 sb 1.15.4.1: #i67487# Made code warning-free (wntmsci10).
üst 7c853f97
......@@ -4,9 +4,9 @@
*
* $RCSfile: shapeexport3.cxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: obo $ $Date: 2006-09-17 10:29:30 $
* last change: $Author: obo $ $Date: 2006-10-12 14:41:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -319,7 +319,7 @@ void XMLShapeExport::ImpExport3DShape(
SdXMLImExViewBox aViewBox(
aMinPoint.X, aMinPoint.Y, aMaxSize.Width, aMaxSize.Height);
mrExport.AddAttribute(XML_NAMESPACE_SVG, XML_VIEWBOX,
aViewBox.GetExportString(mrExport.GetMM100UnitConverter()));
aViewBox.GetExportString());
// prepare svx:d element export
SdXMLImExSvgDElement aSvgDElement(aViewBox);
......@@ -349,7 +349,7 @@ void XMLShapeExport::ImpExport3DShape(
BOOL bClosed = (pFirst->X == pLast->X && pFirst->Y == pLast->Y);
aSvgDElement.AddPolygon(&aPoly, 0L, aMinPoint,
aMaxSize, mrExport.GetMM100UnitConverter(), bClosed);
aMaxSize, bClosed);
// #80594# corrected error in PolyPolygon3D export for 3D XML
pInnerSequenceX++;
......
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