summaryrefslogtreecommitdiff
path: root/starmath/inc/document.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-08-16 13:56:29 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-08-18 15:33:45 +0200
commit047a5de1fe8fdc60ffb07c68125c6d0a08353e0d (patch)
tree409cb94778058f34c147dae568d62adac4767f75 /starmath/inc/document.hxx
parent2e5e29471f9ac61ec454bf90a985525a0ad5cb1c (diff)
starting work on OOXML export of formulas
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r--starmath/inc/document.hxx3
1 files changed, 3 insertions, 0 deletions
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 <svl/lstner.hxx>
#include <vcl/jobset.hxx>
#include <vcl/virdev.hxx>
+#include <sax/fshelper.hxx>
#include <set>
@@ -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)