sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 3ec962799a0fe0e8de5459c1b50da8a64adde046 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 3 15:55:15 2022 +0100 Commit: Andrea Gelmini <[email protected]> CommitDate: Sat Feb 5 20:52:24 2022 +0100 Removed duplicated include Change-Id: Ia58d5fecbc8d6b580ef1adf5b0c0d30c9269abb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129449 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx index 10e5aab2129c..7dec733c8717 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx @@ -12,7 +12,6 @@ #include <comphelper/scopeguard.hxx> #include <officecfg/Office/Common.hxx> -#include <com/sun/star/drawing/XShapes.hpp> #include <queue> #include <swmodeltestbase.hxx>
