sw/source/writerfilter/ooxml/OOXMLDocumentImpl.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 29535cd1f3b18d2dffcf115d8440d929b1cd8eda Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 9 13:55:23 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Dec 9 15:05:39 2025 +0100 Remove duplicated include Change-Id: Id75ff7d7ea476d0123f07acb4a1f35c93eff5fe3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195292 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/source/writerfilter/ooxml/OOXMLDocumentImpl.cxx b/sw/source/writerfilter/ooxml/OOXMLDocumentImpl.cxx index 29f26feb7744..eb1d4eff5ac5 100644 --- a/sw/source/writerfilter/ooxml/OOXMLDocumentImpl.cxx +++ b/sw/source/writerfilter/ooxml/OOXMLDocumentImpl.cxx @@ -39,7 +39,6 @@ #include <svx/strings.hrc> #include <comphelper/sequence.hxx> #include <comphelper/namedvaluecollection.hxx> -#include <comphelper/sequenceashashmap.hxx> #include <cppuhelper/exc_hlp.hxx> #include <unodraw.hxx>
