diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-13 14:36:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-13 14:36:21 +0300 |
commit | 94755bd8f24582cc40c4257c971f518c270a52e7 (patch) | |
tree | a1b4ca4b036bc568db97c5be098727d6b6564d1c /include | |
parent | ce69f5d2cec786cbcd879e5e3fb3cb1bd8d4446c (diff) |
Combine a pointlessly split class implementation and bin unused private field
Change-Id: I44cee32e256e0767bb3b40bdba93e15b717c9ba6
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/shapeexport.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx index 8dfaa0f89d5e..6dbe719cc352 100644 --- a/include/xmloff/shapeexport.hxx +++ b/include/xmloff/shapeexport.hxx @@ -162,7 +162,6 @@ private: UniReference< XMLPropertyHandlerFactory > mxSdPropHdlFactory; UniReference< SvXMLExportPropertyMapper > mxPropertySetMapper; UniReference< XMLAnimationsExporter > mxAnimationsExporter; - sal_Int32 mnNextUniqueShapeId; ShapesInfos maShapesInfos; ShapesInfos::iterator maCurrentShapesIter; sal_Bool mbExportLayer; |