starmath/source/ooxmlimport.cxx | 2 ++ starmath/source/ooxmlimport.hxx | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 25c5bf88255fa02c1dab515dfb95736826f7b326 Author: Takeshi Abe <t...@fixedpoint.jp> Date: Mon Mar 30 14:48:58 2015 +0900 stop including irrelevant header; include right ones instead Change-Id: I461bbd4b9a39e449a66fcaf84fe1d82c969c3e26 Reviewed-on: https://gerrit.libreoffice.org/15061 Reviewed-by: Noel Grandin <noelgran...@gmail.com> Tested-by: Noel Grandin <noelgran...@gmail.com> diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx index 10c3d3b..daf3f26 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 d539279..000d8d5 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). _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits