summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-01 10:27:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-01 11:26:04 +0200
commit65af6fda33bc40670d41055f63e010c763f5b0b1 (patch)
tree2394d6e1de989dfaa732eb86140ff991fef5bea6 /writerfilter/source/ooxml
parent28ee6bc8cf9548a6c24e68e5804077a96605a1f2 (diff)
loplugin:unusedmethods
Change-Id: I3ff5333c1e73ca61b0a7339e4b7dcfce211b88e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118207 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/ooxml')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index 0e6590a60f69..0b79f9450afa 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -230,8 +230,6 @@ protected:
void startAction();
void endAction();
- const css::uno::Reference< css::uno::XComponentContext >& getComponentContext() const { return m_xContext;}
-
bool inPositionV;
bool mbAllowInCell; // o:allowincell
bool mbIsVMLfound;