diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-11-24 20:54:37 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-11-25 09:43:36 +0100 |
commit | f87ea359f45a8d8edbf029a5268b40fab3d1fa6c (patch) | |
tree | d8ee9d54f02a86a9402c778eb38448cac9313766 | |
parent | eda3e5dcb63e6bce71df2c1c941eacd7f0c79191 (diff) |
fix compile
-rw-r--r-- | oox/inc/oox/mathml/importutils.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/mathml/importutils.hxx b/oox/inc/oox/mathml/importutils.hxx index d5d254009c9d..ad6ad6b41ca6 100644 --- a/oox/inc/oox/mathml/importutils.hxx +++ b/oox/inc/oox/mathml/importutils.hxx @@ -29,8 +29,8 @@ #define _STARMATHIMPORTUTILS_HXX #include <com/sun/star/xml/sax/XFastAttributeList.hpp> +#include <oox/token/tokens.hxx> #include <map> -#include <oox/helper/attributelist.hxx> #include <vector> #include <oox/dllapi.h> |