sw/qa/core/unocore/unocore.cxx | 1 - sw/source/uibase/uno/unotxdoc.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 41031823555f7c8cdd17a88571d3e21574aae8f0 Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Tue Jun 18 03:56:19 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jun 18 08:24:36 2024 +0200 Remove duplicated include Was added in https://gerrit.libreoffice.org/c/core/+/153356 Change-Id: I22e47ca0bcff45f22e288251c1aaa46cd4e29315 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169090 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/core/unocore/unocore.cxx b/sw/qa/core/unocore/unocore.cxx index b2f6c8a144a3..83f8605f3920 100644 --- a/sw/qa/core/unocore/unocore.cxx +++ b/sw/qa/core/unocore/unocore.cxx @@ -16,7 +16,6 @@ #include <com/sun/star/text/XDependentTextField.hpp> #include <com/sun/star/document/XDocumentInsertable.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> -#include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/text/XPageCursor.hpp> #include <comphelper/propertyvalue.hxx> commit c6a8f960570f125d9ef387fc61c6a249ca86b806 Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Tue Jun 18 04:06:11 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jun 18 08:24:20 2024 +0200 Remove duplicated include Was added in https://gerrit.libreoffice.org/c/core/+/166807 Change-Id: I023b101366c2cdde756d780732e83d083b905ee1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169091 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index a7d17cf71778..31f76fe179a3 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -180,7 +180,6 @@ #include <unofield.hxx> #include <unoframe.hxx> #include <unoxstyle.hxx> -#include <unocontentcontrol.hxx> #include <SwXTextDefaults.hxx> using namespace ::com::sun::star;