summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-01 15:10:56 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-02 06:38:43 +0000
commit35e68754ec3cff30c5cdb665688a9b13f29dd439 (patch)
tree90cca99363ad1c0209c6d21fe5a82de2db9d039f /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parent837f171810a95a1d87907dd08d67e969276f0559 (diff)
loplugin:unusedmethods
Change-Id: I3d6f1300f4fae2af9e580d1d3b2c2c80fa9e9268 Reviewed-on: https://gerrit.libreoffice.org/19075 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index a0a6b45b7fe6..6886e4a700b7 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -225,8 +225,6 @@ protected:
void startAction(Token_t Element);
void endAction(Token_t Element);
- virtual void resolvePropertySetAttrs();
-
css::uno::Reference< css::uno::XComponentContext > getComponentContext() { return m_xContext;}
sal_uInt32 mnInstanceNumber;
@@ -262,9 +260,6 @@ public:
void handleHyperlink();
-protected:
- virtual void resolvePropertySetAttrs() SAL_OVERRIDE;
-
private:
mutable OOXMLPropertySet::Pointer_t mpPropertySetAttrs;
};