[Libreoffice-commits] core.git: starmath/source

Takeshi Abe tabe at fixedpoint.jp
Mon Mar 30 02:55:08 PDT 2015


 starmath/source/ooxmlimport.cxx |    2 ++
 starmath/source/ooxmlimport.hxx |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 25c5bf88255fa02c1dab515dfb95736826f7b326
Author: Takeshi Abe <tabe at 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 <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at 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).


More information about the Libreoffice-commits mailing list