sw/source/writerfilter/inc/ooxml/OOXMLDocument.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 7803822d5463008e0a1a85488a18858963c517f2 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Feb 24 15:35:52 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 26 18:24:51 2026 +0100 Remove duplicated include Change-Id: I5d24bc39657ca241e690e11ab4c91e724f90f153 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200224 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/source/writerfilter/inc/ooxml/OOXMLDocument.hxx b/sw/source/writerfilter/inc/ooxml/OOXMLDocument.hxx index 71bc7b678a4f..83d8a064db3c 100644 --- a/sw/source/writerfilter/inc/ooxml/OOXMLDocument.hxx +++ b/sw/source/writerfilter/inc/ooxml/OOXMLDocument.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/graphic/XGraphicMapper.hpp> #include <oox/shape/ShapeContextHandler.hxx> #include <oox/drawingml/theme.hxx>
