summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-27 11:16:17 +0200
committerNoel Grandin <noel@peralex.com>2015-11-30 10:04:03 +0200
commit25120e73f93fcd02b5157b3379c39f9cec0fa2eb (patch)
treea78855d10e9af1fc738877de2346c002d683bcf6 /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parentfbad13e4c0d66e5a0e65cbd2f1c5ae88bc02f2ba (diff)
loplugin:mergeclasses, OOXMLTableImpl into OOXMLTable
Change-Id: I28f6d317ca02cf23341358f9520de273af603bd7
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index 2436bccca065..57e46e6226d7 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -305,7 +305,7 @@ public:
virtual ~OOXMLFastContextHandlerPropertyTable();
protected:
- OOXMLTableImpl mTable;
+ OOXMLTable mTable;
virtual void lcl_endFastElement(Token_t Element)
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) override;
@@ -346,7 +346,7 @@ public:
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) override;
protected:
- OOXMLTableImpl mTable;
+ OOXMLTable mTable;
css::uno::Reference<css::xml::sax::XFastContextHandler> mCurrentChild;