diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-17 15:43:02 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-17 23:43:27 +0200 |
commit | af1b2ea5a6d49ddeb376e83f8ca7d053b17afa20 (patch) | |
tree | c8b370a1e782d928cfd4b1869c0bd84d41e2e78b /starmath | |
parent | 4dc40659044566280c202e26cab97d682ae6ab54 (diff) |
Removed duplicated include
Change-Id: I4103d44e0535b39555f2f62e36ce6109e39cabfb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120595
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathml/import.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/mathml/import.cxx b/starmath/source/mathml/import.cxx index 4d0da69c559d..f1987d370971 100644 --- a/starmath/source/mathml/import.cxx +++ b/starmath/source/mathml/import.cxx @@ -37,7 +37,6 @@ #include <svtools/sfxecode.hxx> #include <svl/itemset.hxx> #include <svl/stritem.hxx> -#include <rtl/character.hxx> #include <sax/tools/converter.hxx> #include <svx/dialmgr.hxx> #include <svx/strings.hrc> |