diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-05 23:18:18 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-14 09:13:38 +0200 |
commit | 17ecffa91065f453b0799dcc869901f2ecde09dd (patch) | |
tree | 272fea09faee1e1f01ef8f1ec1821640220b24da /sw/inc/unoredline.hxx | |
parent | c4589dd7141f931513827367b457f481d960b774 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I7cd9837360e244741bfa22b4693fd221241daf12
Reviewed-on: https://gerrit.libreoffice.org/71833
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/unoredline.hxx')
-rw-r--r-- | sw/inc/unoredline.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unoredline.hxx b/sw/inc/unoredline.hxx index 80a3db1b3c69..f2893bf84ecb 100644 --- a/sw/inc/unoredline.hxx +++ b/sw/inc/unoredline.hxx @@ -20,6 +20,7 @@ #define INCLUDED_SW_INC_UNOREDLINE_HXX #include <svl/listener.hxx> +#include <com/sun/star/container/XEnumerationAccess.hpp> #include "unotext.hxx" #include "ndindex.hxx" |