summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-30 13:05:01 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-30 13:05:01 +0300
commit341ff124eca09ba3a2c8daad56134c2b65f2aca1 (patch)
tree073e324cc38da8a7444f82c17b38497c5cbc833c /writerfilter
parent9cc1e7b165abe3f19c2919f8d9cf8efc3e8cf315 (diff)
WaE: private field 'mbShapeSent' is not used
Change-Id: I47ef674ec056d9a66c905420bf74b3e8a67840a9
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx1
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;
};