sw/qa/core/fields/fields.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 42b0bab8d90c29e7806e681d1b009d3554195d91 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Oct 22 03:37:21 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Oct 22 21:34:09 2023 +0200 Remove duplicated includes Change-Id: Ifdf7776c7c1abab5dadee8a9bb3301d9d7f4e596 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158320 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/qa/core/fields/fields.cxx b/sw/qa/core/fields/fields.cxx index 158e1c35dc2b..9fae9cafef13 100644 --- a/sw/qa/core/fields/fields.cxx +++ b/sw/qa/core/fields/fields.cxx @@ -19,16 +19,11 @@ #include <com/sun/star/text/XSimpleText.hpp> #include <com/sun/star/text/XTextField.hpp> #include <com/sun/star/text/XTextRange.hpp> -#include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/text/XPageCursor.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> -#include <com/sun/star/text/XSimpleText.hpp> #include <com/sun/star/text/XText.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/text/XPageCursor.hpp> #include <com/sun/star/text/XTextCursor.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Reference.h> @@ -40,7 +35,6 @@ #include <swmodeltestbase.hxx> #include <com/sun/star/text/XTextDocument.hpp> -#include <com/sun/star/text/XTextField.hpp> #include <com/sun/star/text/XTextFieldsSupplier.hpp> #include <comphelper/propertyvalue.hxx>