From 047a5de1fe8fdc60ffb07c68125c6d0a08353e0d Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 16 Aug 2011 13:56:29 +0200 Subject: starting work on OOXML export of formulas --- starmath/inc/document.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'starmath/inc/document.hxx') diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 562763e12fc8..d8e042c3e230 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -39,6 +39,7 @@ #include #include #include +#include #include @@ -172,6 +173,8 @@ class SmDocShell : public SfxObjectShell, public SfxListener */ void InvalidateCursor(); + bool writeFormulaOoxml( ::sax_fastparser::FSHelperPtr m_pSerializer ); + public: TYPEINFO(); SFX_DECL_INTERFACE(SFX_INTERFACE_SMA_START+1) -- cgit