From 80b55dcfc9754553e42625d0d6e9ebbb728200eb Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 14 Jan 2016 22:40:52 +0100 Subject: starmath: only use WordProcessingML elements in DOCX files Change-Id: I1b0f6d67bd0db0796756fd920ab92303a7ee7d79 --- starmath/inc/document.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'starmath/inc/document.hxx') diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index dde99d513209..7a9c3598da43 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -31,6 +31,7 @@ #include #include #include +#include #include #include @@ -146,7 +147,9 @@ class SM_DLLPUBLIC SmDocShell : public SfxObjectShell, public SfxListener */ void InvalidateCursor(); - bool writeFormulaOoxml( ::sax_fastparser::FSHelperPtr pSerializer, oox::core::OoxmlVersion version ); + bool writeFormulaOoxml(::sax_fastparser::FSHelperPtr pSerializer, + oox::core::OoxmlVersion version, + oox::drawingml::DocumentType documentType); void writeFormulaRtf(OStringBuffer& rBuffer, rtl_TextEncoding nEncoding); void readFormulaOoxml( oox::formulaimport::XmlStream& stream ); -- cgit