diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-03-30 14:48:58 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-03-30 09:54:39 +0000 |
commit | 25c5bf88255fa02c1dab515dfb95736826f7b326 (patch) | |
tree | be244545634f483bff3c5e91811e941bd4270138 /starmath/source | |
parent | 6e6f822e2be39e2ceb146c6eeed10b965ae6e0b9 (diff) |
stop including irrelevant header; include right ones instead
Change-Id: I461bbd4b9a39e449a66fcaf84fe1d82c969c3e26
Reviewed-on: https://gerrit.libreoffice.org/15061
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/ooxmlimport.cxx | 2 | ||||
-rw-r--r-- | starmath/source/ooxmlimport.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx index 10c3d3b15e99..daf3f2681932 100644 --- a/starmath/source/ooxmlimport.cxx +++ b/starmath/source/ooxmlimport.cxx @@ -9,10 +9,12 @@ #include "ooxmlimport.hxx" +#include "types.hxx" #include <oox/token/tokens.hxx> #include <oox/token/namespaces.hxx> #include <rtl/ustring.hxx> +#include <rtl/ustrbuf.hxx> using namespace oox; using namespace oox::formulaimport; diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx index d5392796195b..000d8d51cf6b 100644 --- a/starmath/source/ooxmlimport.hxx +++ b/starmath/source/ooxmlimport.hxx @@ -12,8 +12,6 @@ #include <oox/mathml/importutils.hxx> -#include "node.hxx" - /** Class implementing reading of formulas from OOXML. The toplevel element is expected to be oMath (handle oMathPara outside of this code). |