diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-31 17:37:07 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-07 09:06:14 +0200 |
commit | 43ddddb703bcdb9430752af63ae46527f737f874 (patch) | |
tree | 92a64c08429bf89b0ee9ca2666a4a102e98b10f7 /include/svl/itemprop.hxx | |
parent | 9c945cdbe170104cbacafa2c37babec5210b9ca2 (diff) |
tdf#42949 Fix IWYU warnings in svl/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Except source/svdde/* which is WIN-specific
Also recheck include/svl
Change-Id: I32d3bcb6b14665c56c07a2f10526329b08c64cbe
Reviewed-on: https://gerrit.libreoffice.org/73630
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svl/itemprop.hxx')
-rw-r--r-- | include/svl/itemprop.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/itemprop.hxx b/include/svl/itemprop.hxx index 91472d1f7950..b0d94332f466 100644 --- a/include/svl/itemprop.hxx +++ b/include/svl/itemprop.hxx @@ -21,7 +21,6 @@ #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/PropertyState.hpp> -#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <comphelper/propertysetinfo.hxx> #include <cppuhelper/implbase.hxx> #include <svl/itemset.hxx> |