From e9462ed2d978dc3e641227ea9f553eeed4d81a97 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 18 Nov 2011 18:09:43 +0100 Subject: ooxml mathml import - first very basic implementation still needs a number of cleanups (and handling more of course) --- writerfilter/source/ooxml/OOXMLFastContextHandler.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx') diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx index 9f7c082c98ac..16eef9abfdd6 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx @@ -44,6 +44,8 @@ #include #include +#include + namespace writerfilter { namespace ooxml { @@ -658,6 +660,9 @@ protected: throw (uno::RuntimeException, xml::sax::SAXException); virtual void lcl_characters(const ::rtl::OUString & aChars) throw (uno::RuntimeException, xml::sax::SAXException); + +private: + ooxmlformulaimport::XmlStreamBuilder buffer; }; -- cgit