diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-19 14:38:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-23 12:12:46 +0200 |
commit | 3667031eb27620f86b7c1e281eae3543ef98175c (patch) | |
tree | 8b0edd13834ac98767385ed60ad0fecc026890df /include/editeng/unofield.hxx | |
parent | 6a2382c64f65d433d44ce74f936e42f744f04e21 (diff) |
tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic14d2e66434817bcb7bd1e2b707f81d720d596b6
Reviewed-on: https://gerrit.libreoffice.org/71007
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/editeng/unofield.hxx')
-rw-r--r-- | include/editeng/unofield.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unofield.hxx b/include/editeng/unofield.hxx index ea3afb36517e..8eb521066347 100644 --- a/include/editeng/unofield.hxx +++ b/include/editeng/unofield.hxx @@ -22,9 +22,7 @@ #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/text/XTextField.hpp> -#include <com/sun/star/text/textfield/Type.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <cppuhelper/component.hxx> #include <editeng/editengdllapi.h> @@ -32,6 +30,8 @@ #include <editeng/mutxhelp.hxx> #include <memory> +namespace com::sun::star::beans { class XPropertySetInfo; } + class SvxUnoFieldData_Impl; class SfxItemPropertySet; class SvxFieldData; |