summaryrefslogtreecommitdiff
path: root/sw/inc/checkit.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-11 23:06:28 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-12 09:08:08 +0200
commit189d3e10c7d25138c58f28ca4f5c041f1a9f4494 (patch)
tree847b492819f180fe88986193e3ddb6fc5b1c88cd /sw/inc/checkit.hxx
parentd5ed07d2a249e61937dd42a4b2efb7e7fbef02d6 (diff)
sw: fix some IWYU warnings
Change-Id: I0241707fcdf1d22131ce35fb64488fcf6d669675 Reviewed-on: https://gerrit.libreoffice.org/52750 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/checkit.hxx')
-rw-r--r--sw/inc/checkit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/checkit.hxx b/sw/inc/checkit.hxx
index d00485dec30a..99de92166ce3 100644
--- a/sw/inc/checkit.hxx
+++ b/sw/inc/checkit.hxx
@@ -22,7 +22,7 @@
#include <com/sun/star/uno/Reference.h>
-#include <com/sun/star/i18n/XExtendedInputSequenceChecker.hpp>
+namespace com { namespace sun { namespace star { namespace i18n { class XExtendedInputSequenceChecker; } } } }
// Wrapper for the XInputSequenceChecker
class SwCheckIt