summaryrefslogtreecommitdiff
path: root/starmath/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r--starmath/inc/document.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 99f0d8b4cc79..c1b48629a454 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -53,6 +53,10 @@ class SfxMenuBarManager;
class SfxPrinter;
class Printer;
class SmCursor;
+namespace ooxmlformulaimport
+{
+class XmlStream;
+}
#define HINT_DATACHANGED 1004
@@ -175,6 +179,7 @@ class SmDocShell : public SfxObjectShell, public SfxListener
void InvalidateCursor();
bool writeFormulaOoxml( ::sax_fastparser::FSHelperPtr m_pSerializer, oox::core::OoxmlVersion version );
+ bool readFormulaOoxml( ooxmlformulaimport::XmlStream& stream );
public:
TYPEINFO();