summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-03-08 00:16:31 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-11 12:46:49 +0100
commitae363d50397ac1a7b49f42706109fd83fa809fcc (patch)
tree33d36dab2068af584ed6f0548f686ee1e510549f /extensions/source/propctrlr/standardcontrol.cxx
parent05820b3d03af1a870e52203749a49804ffe43796 (diff)
tdf#42949 Fix IWYU warnings in extensions/*/*cxx
Except for Windows-specific parts Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I36c81bced6c8b1567e52ba3a4a688a963f294bb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90179 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 52f8d665d4ce..a5e732497512 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -21,6 +21,7 @@
#include "pcrcommon.hxx"
#include <com/sun/star/beans/IllegalTypeException.hpp>
+#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
@@ -29,26 +30,15 @@
#include <com/sun/star/inspection/PropertyControlType.hpp>
#include <comphelper/string.hxx>
#include <o3tl/float_int_conversion.hxx>
-#include <rtl/math.hxx>
-#include <sfx2/objsh.hxx>
#include <toolkit/helper/vclunohelper.hxx>
// ugly dependencies for the OColorControl
#include <svx/svxids.hrc>
-#include <svx/drawitem.hxx>
-#include <svx/xtable.hxx>
-#include <svtools/colorcfg.hxx>
-#include <svl/zforlist.hxx>
-#include <unotools/syslocale.hxx>
+#include <tools/datetime.hxx>
#include <unotools/datetime.hxx>
-#include <i18nlangtag/languagetag.hxx>
-#include <vcl/event.hxx>
-#include <vcl/svapp.hxx>
-#include <vcl/settings.hxx>
-#include <cstdlib>
#include <limits>
#include <memory>