diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-26 18:16:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-30 00:09:08 +0200 |
commit | 83c4f86f22dc37269ac6a038fe7de053c42aad6e (patch) | |
tree | 0ea9c634b204d671546aefbe1980d3c790e772bf /sw | |
parent | 4bb92b4c4a971d501144024a9180dfcd14256f8e (diff) |
Removed duplicated include
Change-Id: I052762267bee88789e88b1b2f7ecabc192620a45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94877
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 4108c9226b78..b06cd1461d5a 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -143,7 +143,6 @@ #include <stdarg.h> #include <toolkit/helper/vclunohelper.hxx> -#include <oox/mathml/export.hxx> using ::editeng::SvxBorderLine; |