From 8154953add163554c00935486a1cf5677cef2609 Mon Sep 17 00:00:00 2001 From: Mohammed Abdul Azeem Date: Mon, 5 Sep 2016 14:38:30 +0530 Subject: ScXMLTableRowCellContext implements fast interfaces: Implementation of fast interfaces for contexts in path from ScXMLImport::CreateFastContext to ScXMLTableRowCellContext. FastParser is enabled and duplicates are avoided at all possible places. OOoXML filters still need those legacy paths we removed, so I had to temporarily map them to fast elements, which would increase their load time, but hopefully it should help us in the long run. Change-Id: Ie997a9a8b72787da2356abc99ea2cd57c2e5b670 Reviewed-on: https://gerrit.libreoffice.org/28648 Tested-by: Jenkins Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- include/xmloff/xmlimp.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/xmloff/xmlimp.hxx') diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index e4b7cd5da8b2..0208b3daeda3 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -570,6 +570,7 @@ public: virtual void NotifyEmbeddedFontRead() {}; bool needFixPositionAfterZ() const; + const css::uno::Reference< css::xml::sax::XFastNamespaceHandler > getNamespaceHandler() { return maNamespaceHandler.get(); } }; inline rtl::Reference< XMLTextImportHelper > const & SvXMLImport::GetTextImport() -- cgit