diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-06 17:08:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-18 09:14:48 +0200 |
commit | bb16f6597d3b252837d32d4d9f7c56619c0e70df (patch) | |
tree | 263d16cd26c59aab9d1a3bf96b8cd29b6092ab40 /toolkit/source/controls/unocontrolmodel.cxx | |
parent | 98519e6e4da252c717e2018d4800a00115101bc3 (diff) |
tdf#42949 Fix IWYU warnings in toolkit/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib49e2f29daa6d9b2a8195915c4ba10a8cef965ce
Reviewed-on: https://gerrit.libreoffice.org/78722
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'toolkit/source/controls/unocontrolmodel.cxx')
-rw-r--r-- | toolkit/source/controls/unocontrolmodel.cxx | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index 3ea0613f17df..2926c365b31c 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -21,34 +21,28 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/awt/FontWidth.hpp> -#include <com/sun/star/awt/FontWeight.hpp> #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/MouseWheelBehavior.hpp> -#include <com/sun/star/graphic/XGraphicProvider.hpp> +#include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/io/XMarkableStream.hpp> #include <com/sun/star/i18n/Currency2.hpp> +#include <com/sun/star/util/Date.hpp> +#include <com/sun/star/util/Time.hpp> #include <toolkit/controls/unocontrolmodel.hxx> #include <cppuhelper/supportsservice.hxx> -#include <cppuhelper/typeprovider.hxx> -#include <rtl/uuid.h> #include <sal/log.hxx> #include <tools/diagnose_ex.h> -#include <tools/date.hxx> -#include <tools/time.hxx> #include <tools/debug.hxx> #include <toolkit/helper/property.hxx> #include <toolkit/helper/emptyfontdescriptor.hxx> -#include <com/sun/star/lang/Locale.hpp> #include <unotools/localedatawrapper.hxx> #include <unotools/configmgr.hxx> #include <comphelper/sequence.hxx> #include <comphelper/extract.hxx> #include <comphelper/servicehelper.hxx> -#include <vcl/svapp.hxx> #include <vcl/unohelp.hxx> -#include <uno/data.h> #include <memory> #include <set> |