diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-07-01 21:24:37 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-08-03 10:23:10 +0200 |
commit | 32090b018d9ff81659a4c9ed41c64109ebebe4fc (patch) | |
tree | 2448a8097551d84cd5f201a803a4ad1731e600db /sd | |
parent | da09a3cf14ea2c7690b98ec32639125087bcf18f (diff) |
tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxx
Recheck after 7-0 branchoff
Also drop the now unused file include/vcl/field.hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9e54c82f50d1e02a0f99858939cac999fc66f7de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99261
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/tiledrendering/tiledrendering.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-epptbase.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-stylesheet.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/dlgpage.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx index 4cc1f841c423..6f790eac0a55 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx @@ -38,6 +38,7 @@ #include <svx/svdotable.hxx> #include <svx/svdoutl.hxx> #include <unotools/datetime.hxx> +#include <tools/UnitConversion.hxx> #include <DrawDocShell.hxx> #include <ViewShellBase.hxx> diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 2f1b959e00df..84a5178503fb 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -29,6 +29,7 @@ #include <tools/poly.hxx> #include <tools/stream.hxx> #include <tools/fontenum.hxx> +#include <tools/UnitConversion.hxx> #include <sot/storage.hxx> #include <vcl/graph.hxx> #include <editeng/svxenum.hxx> diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx index a5d80a61a91f..0f9975e7ce67 100644 --- a/sd/source/filter/eppt/pptx-epptbase.cxx +++ b/sd/source/filter/eppt/pptx-epptbase.cxx @@ -26,6 +26,7 @@ #include <rtl/ustring.hxx> #include <rtl/strbuf.hxx> #include <sal/log.hxx> +#include <tools/UnitConversion.hxx> #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XMasterPageTarget.hpp> diff --git a/sd/source/filter/eppt/pptx-stylesheet.cxx b/sd/source/filter/eppt/pptx-stylesheet.cxx index 460768e69034..6a015ebfa143 100644 --- a/sd/source/filter/eppt/pptx-stylesheet.cxx +++ b/sd/source/filter/eppt/pptx-stylesheet.cxx @@ -21,6 +21,7 @@ #include "epptdef.hxx" #include "text.hxx" #include <tools/color.hxx> +#include <tools/UnitConversion.hxx> #include <editeng/svxenum.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index ed9c0fee48f0..2f2f668a5f3e 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -40,6 +40,7 @@ #include <unotools/saveopt.hxx> #include <tools/datetime.hxx> +#include <tools/UnitConversion.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> diff --git a/sd/source/ui/dlg/dlgpage.cxx b/sd/source/ui/dlg/dlgpage.cxx index 5cef8e35bec3..04915721d8f6 100644 --- a/sd/source/ui/dlg/dlgpage.cxx +++ b/sd/source/ui/dlg/dlgpage.cxx @@ -30,6 +30,7 @@ #include <strings.hrc> #include <svl/aeitem.hxx> +#include <svl/eitem.hxx> #include <svx/flagsdef.hxx> /** diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index ad460509dda0..463f0d29bac3 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -122,6 +122,7 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/json_writer.hxx> +#include <tools/UnitConversion.hxx> #define TWIPS_PER_PIXEL 15 |