summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/ooxmlimport.hxx')
-rw-r--r--starmath/source/ooxmlimport.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx
index f9bf11854a94..026870bfa5cf 100644
--- a/starmath/source/ooxmlimport.hxx
+++ b/starmath/source/ooxmlimport.hxx
@@ -10,8 +10,9 @@
#ifndef INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX
#define INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX
-#include <oox/mathml/importutils.hxx>
+#include <rtl/ustring.hxx>
+namespace oox { namespace formulaimport { class XmlStream; } }
/**
Class implementing reading of formulas from OOXML. The toplevel element is expected
to be oMath (handle oMathPara outside of this code).