diff options
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 04cb436b9d0e..2d6e63da5f2f 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -212,7 +212,7 @@ public: */ bool HasCursor(); - bool writeFormulaOoxml(const ::sax_fastparser::FSHelperPtr& pSerializer, + void writeFormulaOoxml(const ::sax_fastparser::FSHelperPtr& pSerializer, oox::core::OoxmlVersion version, oox::drawingml::DocumentType documentType); void writeFormulaRtf(OStringBuffer& rBuffer, rtl_TextEncoding nEncoding); |