From bf46b46a1d734348096936284fb8a76e977936d0 Mon Sep 17 00:00:00 2001 From: Mohammed Abdul Azeem Date: Sun, 1 Oct 2017 14:11:11 +0530 Subject: Moving XSAXDocumentBuilder2 to use XFastDocumentHandler: This is used in parsing of meta Contexts across different modules. This also involved moving to XFastParser for parsing xml filters in sw, sd, starmath. Change-Id: Ic663aaac6cb20ee8ce5b97cae87c93220f5a2929 Reviewed-on: https://gerrit.libreoffice.org/42989 Reviewed-by: Michael Meeks Tested-by: Jenkins --- offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl b/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl index be151460b109..37560fd8dc6f 100644 --- a/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl +++ b/offapi/com/sun/star/xml/dom/XSAXDocumentBuilder2.idl @@ -20,7 +20,7 @@ #ifndef __com_sun_star_xml_dom_XSAXDocumentBuilder2_idl #define __com_sun_star_xml_dom_XSAXDocumentBuilder2_idl -#include +#include #include module com { module sun { module star { module xml { module dom { @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module dom { interface XSAXDocumentBuilder2 { interface XSAXDocumentBuilder; - interface com::sun::star::xml::sax::XDocumentHandler; + interface com::sun::star::xml::sax::XFastDocumentHandler; }; };};};};}; -- cgit