diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-03 23:17:49 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-02-14 15:25:30 +0100 |
commit | 14001bc7586b2c4ba16ff62629ab710a2b5346e2 (patch) | |
tree | 4f84c250f3b63b5a92e5a3372566440bc784cf8c /sc/source/ui/unoobj | |
parent | b4c131cf4237ed7d4e4be1212318c818dc943fce (diff) |
Recheck modules s[a-c]* with IWYU
See tdf#42949 for motivation
Change-Id: I867e1f7a2c44210de3281b36e22708a5d32ddb7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129476
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r-- | sc/source/ui/unoobj/datauno.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/defltuno.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/docuno.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/unoobj/scdetect.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/shapeuno.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/targuno.cxx | 2 |
6 files changed, 1 insertions, 8 deletions
diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx index 9ebad7062809..27a3dc4c7917 100644 --- a/sc/source/ui/unoobj/datauno.cxx +++ b/sc/source/ui/unoobj/datauno.cxx @@ -21,7 +21,6 @@ #include <svl/hint.hxx> #include <svl/numformat.hxx> -#include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> #include <vcl/svapp.hxx> #include <unotools/charclass.hxx> diff --git a/sc/source/ui/unoobj/defltuno.cxx b/sc/source/ui/unoobj/defltuno.cxx index c3c555636167..e19324cc37e7 100644 --- a/sc/source/ui/unoobj/defltuno.cxx +++ b/sc/source/ui/unoobj/defltuno.cxx @@ -20,7 +20,6 @@ #include <editeng/memberids.h> #include <svl/hint.hxx> #include <svl/itemprop.hxx> -#include <tools/UnitConversion.hxx> #include <vcl/svapp.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index 563d34b3c2c2..33f5a7d617fa 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -25,6 +25,7 @@ #include <comphelper/sequence.hxx> #include <editeng/brushitem.hxx> #include <editeng/editview.hxx> +#include <editeng/memberids.h> #include <editeng/outliner.hxx> #include <o3tl/any.hxx> #include <o3tl/safeint.hxx> @@ -32,7 +33,6 @@ #include <svx/svditer.hxx> #include <svx/svdpage.hxx> #include <svx/svxids.hrc> -#include <svx/unoshape.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <comphelper/propertysequence.hxx> @@ -52,7 +52,6 @@ #include <tools/multisel.hxx> #include <tools/UnitConversion.hxx> #include <toolkit/awt/vclxdevice.hxx> -#include <unotools/saveopt.hxx> #include <float.h> diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx index b5a50798b171..e5fc5848e1f0 100644 --- a/sc/source/ui/unoobj/scdetect.cxx +++ b/sc/source/ui/unoobj/scdetect.cxx @@ -29,7 +29,6 @@ #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/fcontnr.hxx> -#include <tools/solar.h> using namespace ::com::sun::star; using utl::MediaDescriptor; diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx index d3e1c86747d4..accef3fd990d 100644 --- a/sc/source/ui/unoobj/shapeuno.cxx +++ b/sc/source/ui/unoobj/shapeuno.cxx @@ -27,7 +27,6 @@ #include <svx/ImageMapInfo.hxx> #include <vcl/svapp.hxx> #include <sfx2/event.hxx> -#include <svx/unoshape.hxx> #include <editeng/unofield.hxx> #include <toolkit/helper/convert.hxx> #include <cppuhelper/implbase.hxx> diff --git a/sc/source/ui/unoobj/targuno.cxx b/sc/source/ui/unoobj/targuno.cxx index 8bf699b09ed3..9d3ca299872b 100644 --- a/sc/source/ui/unoobj/targuno.cxx +++ b/sc/source/ui/unoobj/targuno.cxx @@ -19,8 +19,6 @@ #include <sal/config.h> -#include <string_view> - #include <toolkit/helper/vclunohelper.hxx> #include <svl/itemprop.hxx> #include <svl/hint.hxx> |