summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableSourceContext.hxx
diff options
context:
space:
mode:
authorMohammed Abdul Azeem <azeemmysore@gmail.com>2017-08-16 22:51:05 +0530
committerMichael Meeks <michael.meeks@collabora.com>2017-08-30 10:55:28 +0200
commitda8cf43b4f2af008df231f5e0629c71bd7f2b762 (patch)
treeba63371e3f32af2d8c2dc4612bf6970c731ba96e /sc/source/filter/xml/XMLTableSourceContext.hxx
parent0365ca351aac534d3fc09d22f6a91017525bfef8 (diff)
Refactoring fastcontexts code:
Moved all the casts inside ::createFastChildContext and used reference to it as an argument in the constructors. This avoids spreading the cast statements all over the place. Also removed some of the empty createFastChildContext(), they are unnecessary as the parent class already has it. Change-Id: I344ede732a53878a7e265c0178b07d73b5398237 Reviewed-on: https://gerrit.libreoffice.org/41178 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc/source/filter/xml/XMLTableSourceContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableSourceContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLTableSourceContext.hxx b/sc/source/filter/xml/XMLTableSourceContext.hxx
index 1a74d00f10cd..82a7b362a550 100644
--- a/sc/source/filter/xml/XMLTableSourceContext.hxx
+++ b/sc/source/filter/xml/XMLTableSourceContext.hxx
@@ -36,7 +36,7 @@ class ScXMLTableSourceContext : public ScXMLImportContext
public:
ScXMLTableSourceContext( ScXMLImport& rImport,
- const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList);
+ const rtl::Reference<sax_fastparser::FastAttributeList>& rAttrList );
virtual ~ScXMLTableSourceContext() override;