summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlimport.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-18 21:06:54 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-24 18:43:58 +0100
commitf8f1ccbaf942adf9a6b16b13a9cddb1b96a6774b (patch)
tree7b09f783a476f12ebbc42fba81b8ac73d3d05dec /starmath/source/ooxmlimport.hxx
parent0ac48a4a0673ac71e06aa588b524a60367e2ad19 (diff)
rename and move mathml oox support classes in oox to better places
Diffstat (limited to 'starmath/source/ooxmlimport.hxx')
-rw-r--r--starmath/source/ooxmlimport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx
index 80be1d836b5c..1eebc8180120 100644
--- a/starmath/source/ooxmlimport.hxx
+++ b/starmath/source/ooxmlimport.hxx
@@ -29,7 +29,7 @@
#ifndef SM_OOXMLIMPORT_HXX
#define SM_OOXMLIMPORT_HXX
-#include <oox/export/starmathimport.hxx>
+#include <oox/mathml/importutils.hxx>
#include "node.hxx"
@@ -40,7 +40,7 @@
class SmOoxmlImport
{
public:
- SmOoxmlImport( ooxmlformulaimport::XmlStream& stream );
+ SmOoxmlImport( oox::formulaimport::XmlStream& stream );
rtl::OUString ConvertToStarMath();
private:
rtl::OUString handleStream();
@@ -70,7 +70,7 @@ private:
Handle the current (unexpected) tag.
*/
void handleUnexpectedTag();
- ooxmlformulaimport::XmlStream& stream;
+ oox::formulaimport::XmlStream& stream;
};
#endif