diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-08-16 13:56:29 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-08-18 15:33:45 +0200 |
commit | 047a5de1fe8fdc60ffb07c68125c6d0a08353e0d (patch) | |
tree | 409cb94778058f34c147dae568d62adac4767f75 /starmath/inc/document.hxx | |
parent | 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c (diff) |
starting work on OOXML export of formulas
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 3 |
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) |