summaryrefslogtreecommitdiff
path: root/sw/inc/swacorr.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-20 21:28:57 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-21 09:27:53 +0100
commit3613c299f6e6c44bb7f106450d9210037bc18c37 (patch)
tree3ddc00b379eb1e20f70277c65d4611685496f8cd /sw/inc/swacorr.hxx
parent3102b8c8b52845ca4584579a7ad2154488943855 (diff)
sw: fix some IWYU warnings
Change-Id: I3682cc475de8342e4cdf122a35f6c1cfddd4c01e Reviewed-on: https://gerrit.libreoffice.org/51677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/swacorr.hxx')
-rw-r--r--sw/inc/swacorr.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx
index 08140ffb4d20..fc39a81a72bc 100644
--- a/sw/inc/swacorr.hxx
+++ b/sw/inc/swacorr.hxx
@@ -25,9 +25,10 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/embed/XStorage.hpp>
-#include <SwXMLTextBlocks.hxx>
#include "swdllapi.h"
+class SwXMLTextBlocks;
+
class SW_DLLPUBLIC SwAutoCorrect : public SvxAutoCorrect
{
using SvxAutoCorrect::PutText;