diff options
author | Pavel Janík <paveljanik@apache.org> | 2013-11-06 06:17:42 +0000 |
---|---|---|
committer | Pavel Janík <paveljanik@apache.org> | 2013-11-06 06:17:42 +0000 |
commit | e13030cd8cb49b2b0b0549f2dc9faa878cc67cfa (patch) | |
tree | 1cec81d76d902d8fdfe35f39ae3845f952d09cb2 /xmloff | |
parent | 1e79e8da3f8042f7d7bd94b2c9f03cff7545b05c (diff) |
Remove unused variable to prevent compiler warnings.
Notes
Notes:
prefer: 223f6b631c1b087754c0f9051fb55f029f2503ce
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeexport2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport2.cxx b/xmloff/source/draw/shapeexport2.cxx index 70d3263b433a..a94862f3b8fb 100644 --- a/xmloff/source/draw/shapeexport2.cxx +++ b/xmloff/source/draw/shapeexport2.cxx @@ -986,8 +986,6 @@ void XMLShapeExport::ImpExportPolygonShape( const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); if(xPropSet.is()) { - sal_Bool bClosed(eShapeType == XmlShapeTypeDrawPolyPolygonShape - || eShapeType == XmlShapeTypeDrawClosedBezierShape); sal_Bool bBezier(eShapeType == XmlShapeTypeDrawClosedBezierShape || eShapeType == XmlShapeTypeDrawOpenBezierShape); |