diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-30 13:05:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-30 13:05:01 +0300 |
commit | 341ff124eca09ba3a2c8daad56134c2b65f2aca1 (patch) | |
tree | 073e324cc38da8a7444f82c17b38497c5cbc833c | |
parent | 9cc1e7b165abe3f19c2919f8d9cf8efc3e8cf315 (diff) |
WaE: private field 'mbShapeSent' is not used
Change-Id: I47ef674ec056d9a66c905420bf74b3e8a67840a9
-rw-r--r-- | writerfilter/source/ooxml/OOXMLFastContextHandler.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx index b1941b65c179..45e91e6974d0 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx @@ -634,7 +634,6 @@ private: set<Id> mMyNamespaces; set<Token_t> mMyTokens; OOXMLPropertySet::Pointer_t mpPropertySet; - bool mbShapeSent; OOXMLFastContextHandler * getFastContextHandler() const; }; |