diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-17 21:21:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-18 09:03:19 +0200 |
commit | 6f45e696874401a224fa6c3c6b299933b3ae793f (patch) | |
tree | 6bed282ba4e821177b9283d3dbb00f3d2a82ec23 /sw/inc/fmtfld.hxx | |
parent | 773191d76d0c4a01f52a670018d505e86441407d (diff) |
sw: fix some IWYU warnings
Change-Id: Idff219e1c8f18adaa0f445a5469650c7793cae3a
Reviewed-on: https://gerrit.libreoffice.org/53066
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/fmtfld.hxx')
-rw-r--r-- | sw/inc/fmtfld.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index 7ba785232232..cc4c365b1238 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_SW_INC_FMTFLD_HXX #define INCLUDED_SW_INC_FMTFLD_HXX -#include <com/sun/star/text/XTextField.hpp> - #include <cppuhelper/weakref.hxx> #include <svl/poolitem.hxx> #include <svl/SfxBroadcaster.hxx> @@ -33,6 +31,7 @@ class SwField; class SwTextField; class SwView; class SwFieldType; +namespace com { namespace sun { namespace star { namespace text { class XTextField; } } } } // ATT_FLD class SW_DLLPUBLIC SwFormatField |