diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-22 03:37:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-22 21:34:09 +0200 |
commit | 42b0bab8d90c29e7806e681d1b009d3554195d91 (patch) | |
tree | ff658cf76a055a4765b1748b3567f0031ea75a39 | |
parent | ef5afb766553dfa9bf1c577e5f6bcb5bf5412782 (diff) |
Remove duplicated includes
Change-Id: Ifdf7776c7c1abab5dadee8a9bb3301d9d7f4e596
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158320
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | sw/qa/core/fields/fields.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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> |