diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-05-03 17:50:22 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-05-03 19:18:18 +0200 |
commit | 699b1aef2730951da12c68a537119fac4f5b323a (patch) | |
tree | 3b8886adbb26a2fa39d0be26b879e77ddde3bfca /xmloff/source | |
parent | ed4c0da91205e95cc9c907add0f62d7cdce807d4 (diff) |
janitorial: indentation
Change-Id: I6886f5ed011871a1c2718c9e1fadc9d0cb053098
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 0d3d0d16acb6..06dc3af15e1f 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -1048,7 +1048,7 @@ void XMLShapeExport::ImpCalcShapeType(const uno::Reference< drawing::XShape >& x else if(aType.match("Ellipse", 21)) { eShapeType = XmlShapeTypeDrawEllipseShape; } else if(aType.match("Control", 21)) { eShapeType = XmlShapeTypeDrawControlShape; } else if(aType.match("Connector", 21)) { eShapeType = XmlShapeTypeDrawConnectorShape; } - else if(aType.match("Measure", 21)) { eShapeType = XmlShapeTypeDrawMeasureShape; } + else if(aType.match("Measure", 21)) { eShapeType = XmlShapeTypeDrawMeasureShape; } else if(aType.match("Line", 21)) { eShapeType = XmlShapeTypeDrawLineShape; } // #i72177# Note: This covers two types by purpose, PolyPolygonShape and PolyPolygonPathShape |