diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-03 18:58:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-10 14:19:50 +0100 |
commit | 00b49f9ff9777cb1c1e971feec55b2448fba8be2 (patch) | |
tree | f10cc2251c4950f12673d3ed342702093141f668 /svx | |
parent | 0005b330eaed0b5559042d2597fb45e0c9125d7e (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/s*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152
Reviewed-on: https://gerrit.libreoffice.org/64479
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/lookupcolorname.cxx | 1 | ||||
-rw-r--r-- | svx/source/core/graphichelper.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/dialcontrol.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/swframeexample.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/formcontrolfactory.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/PanelLayout.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/line/LineWidthPopup.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/nbdtmg.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/shadow/ShadowPropertyPanel.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdattr.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/bulletsnumbering.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/unoprov.cxx | 1 | ||||
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 1 |
15 files changed, 17 insertions, 0 deletions
diff --git a/svx/source/accessibility/lookupcolorname.cxx b/svx/source/accessibility/lookupcolorname.cxx index 83f6627bd2d6..d7e8b55db0a4 100644 --- a/svx/source/accessibility/lookupcolorname.cxx +++ b/svx/source/accessibility/lookupcolorname.cxx @@ -30,6 +30,7 @@ #include <comphelper/processfactory.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> +#include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> #include "lookupcolorname.hxx" diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx index 017545603101..a491e8210860 100644 --- a/svx/source/core/graphichelper.cxx +++ b/svx/source/core/graphichelper.cxx @@ -52,6 +52,8 @@ #include <com/sun/star/task/InteractionHandler.hpp> #include <com/sun/star/graphic/XGraphic.hpp> +#include <map> + using namespace css::uno; using namespace css::lang; using namespace css::graphic; diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 2806d52a4740..8273a70a7f8f 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -33,6 +33,7 @@ #include <comphelper/fileformat.h> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <unotools/localedatawrapper.hxx> using namespace com::sun::star::uno; using namespace com::sun::star::beans; diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx index 16a8c7bab4ec..0d9c51023985 100644 --- a/svx/source/dialog/dialcontrol.cxx +++ b/svx/source/dialog/dialcontrol.cxx @@ -22,10 +22,12 @@ #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> #include <vcl/bitmap.hxx> +#include <vcl/bitmapex.hxx> #include <vcl/field.hxx> #include <vcl/settings.hxx> #include <svtools/colorcfg.hxx> #include <vcl/builderfactory.hxx> +#include <i18nlangtag/languagetag.hxx> namespace svx { diff --git a/svx/source/dialog/swframeexample.cxx b/svx/source/dialog/swframeexample.cxx index c8ec11e9dfee..293cc40f27dd 100644 --- a/svx/source/dialog/swframeexample.cxx +++ b/svx/source/dialog/swframeexample.cxx @@ -24,6 +24,7 @@ #include <vcl/settings.hxx> #include <svtools/colorcfg.hxx> #include <svx/swframeexample.hxx> +#include <i18nlangtag/languagetag.hxx> #include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/VertOrientation.hpp> #include <com/sun/star/text/RelOrientation.hpp> diff --git a/svx/source/form/formcontrolfactory.cxx b/svx/source/form/formcontrolfactory.cxx index 817dedefb4e6..f0fc654b504b 100644 --- a/svx/source/form/formcontrolfactory.cxx +++ b/svx/source/form/formcontrolfactory.cxx @@ -45,6 +45,7 @@ #include <tools/gen.hxx> #include <tools/diagnose_ex.h> #include <connectivity/dbtools.hxx> +#include <i18nlangtag/languagetag.hxx> #include <set> diff --git a/svx/source/sidebar/PanelLayout.cxx b/svx/source/sidebar/PanelLayout.cxx index 82a7316c0589..e68ef416724b 100644 --- a/svx/source/sidebar/PanelLayout.cxx +++ b/svx/source/sidebar/PanelLayout.cxx @@ -13,6 +13,7 @@ #include <sfx2/sidebar/TabBar.hxx> #include <svx/sidebar/PanelLayout.hxx> #include <vcl/layout.hxx> +#include <vcl/accel.hxx> using namespace sfx2::sidebar; diff --git a/svx/source/sidebar/line/LineWidthPopup.cxx b/svx/source/sidebar/line/LineWidthPopup.cxx index 6ed094b82551..d8cc86bf57e7 100644 --- a/svx/source/sidebar/line/LineWidthPopup.cxx +++ b/svx/source/sidebar/line/LineWidthPopup.cxx @@ -22,6 +22,7 @@ #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <svx/xlnwtit.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/viewoptions.hxx> #include <vcl/svapp.hxx> #include "LineWidthValueSet.hxx" diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx index a9417d04cddd..bfd03eeb1905 100644 --- a/svx/source/sidebar/nbdtmg.cxx +++ b/svx/source/sidebar/nbdtmg.cxx @@ -35,6 +35,7 @@ #include <vcl/graph.hxx> #include <vcl/settings.hxx> +#include <i18nlangtag/languagetag.hxx> #include <unotools/streamwrap.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/pathoptions.hxx> diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx index e210f75cfdd9..5b6bfc6d8caa 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx @@ -29,6 +29,7 @@ #include <sfx2/viewsh.hxx> #include <sfx2/objsh.hxx> #include <svx/dlgutil.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/viewoptions.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx index a3c40a649db2..5f48559de63f 100644 --- a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx +++ b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx @@ -17,6 +17,7 @@ #include <svx/xlineit0.hxx> #include <svx/xtable.hxx> #include <svtools/valueset.hxx> +#include <unotools/localedatawrapper.hxx> #include <unotools/pathoptions.hxx> #include <svx/xattr.hxx> #include <svx/svddef.hxx> diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx index 6f7c594d6076..4a38f806f902 100644 --- a/svx/source/svdraw/svdattr.cxx +++ b/svx/source/svdraw/svdattr.cxx @@ -44,6 +44,7 @@ #include <tools/bigint.hxx> #include <tools/stream.hxx> #include <unotools/intlwrapper.hxx> +#include <unotools/localedatawrapper.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/svx/source/tbxctrls/bulletsnumbering.cxx b/svx/source/tbxctrls/bulletsnumbering.cxx index 620152e6e052..7c4f9f670097 100644 --- a/svx/source/tbxctrls/bulletsnumbering.cxx +++ b/svx/source/tbxctrls/bulletsnumbering.cxx @@ -11,6 +11,7 @@ #include <com/sun/star/text/XNumberingFormatter.hpp> #include <comphelper/propertysequence.hxx> +#include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> #include <svtools/popupwindowcontroller.hxx> #include <svtools/toolbarmenu.hxx> diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx index 934b8907cf38..24ac4d4ed087 100644 --- a/svx/source/unodraw/unoprov.cxx +++ b/svx/source/unodraw/unoprov.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/media/ZoomLevel.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/lang/Locale.hpp> #include <tools/fldunit.hxx> #include <vcl/svapp.hxx> #include <comphelper/propertysetinfo.hxx> diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index bb294863e90d..9f9fed843981 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -60,6 +60,7 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <unotools/intlwrapper.hxx> +#include <unotools/syslocale.hxx> #include <vcl/gradient.hxx> #include <libxml/xmlwriter.h> |