cui/source/dialogs/insdlg.cxx | 1 - sw/source/core/frmedt/fecopy.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 428385fb870eefe5584dd9c59c0df077369759eb Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Oct 29 14:25:58 2021 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Nov 1 18:01:10 2021 +0100 Removed duplicated includes Change-Id: I5414710ceee7a572173eae43c906e91e86b7a01f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124433 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx index 868d9a4f26fd..eddc80a83b09 100644 --- a/cui/source/dialogs/insdlg.cxx +++ b/cui/source/dialogs/insdlg.cxx @@ -46,7 +46,6 @@ #include <vcl/weld.hxx> #include <vcl/svapp.hxx> #include <comphelper/classids.hxx> -#include <comphelper/propertyvalue.hxx> #include <sfx2/filedlghelper.hxx> #include <sfx2/frmdescr.hxx> #include <sfx2/viewsh.hxx> diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx index fff8c546317c..7a57c5f4e709 100644 --- a/sw/source/core/frmedt/fecopy.cxx +++ b/sw/source/core/frmedt/fecopy.cxx @@ -70,7 +70,6 @@ #include <frameformats.hxx> #include <vcl/virdev.hxx> #include <svx/svdundo.hxx> -#include <viewimp.hxx> using namespace ::com::sun::star;
