From b61b8edb1da3f838aedbb05eb1b1939831dd091c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 7 Apr 2020 13:20:08 +0200 Subject: Removed duplicated include Change-Id: I7863aedccbf22a0958f407b8f3aefe7ed997f9b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91812 Tested-by: Jenkins Reviewed-by: Julien Nabet --- writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx index 02a9c782f707..f05f305797ec 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx @@ -37,7 +37,6 @@ #include #include #include -#include static const sal_Unicode uCR = 0xd; static const sal_Unicode uFtnEdnRef = 0x2; -- cgit