diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-10-29 14:25:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-01 18:01:10 +0100 |
commit | 428385fb870eefe5584dd9c59c0df077369759eb (patch) | |
tree | 619153c389bcfe3fc9187b4c92b60cb20beface7 | |
parent | 32ecb028dc7c803750eabaa27ffd1257e3f53eb2 (diff) |
Removed duplicated includes
Change-Id: I5414710ceee7a572173eae43c906e91e86b7a01f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124433
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | cui/source/dialogs/insdlg.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/frmedt/fecopy.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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; |