summaryrefslogtreecommitdiff
path: root/sw/inc/breakit.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/breakit.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/breakit.hxx')
-rw-r--r--sw/inc/breakit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx
index 525c896ddb35..aad3d4757caa 100644
--- a/sw/inc/breakit.hxx
+++ b/sw/inc/breakit.hxx
@@ -22,13 +22,13 @@
#include <memory>
#include <com/sun/star/uno/Reference.h>
-#include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/i18n/ForbiddenCharacters.hpp>
#include <i18nlangtag/languagetag.hxx>
#include "swdllapi.h"
enum class SvtScriptType;
+namespace com { namespace sun { namespace star { namespace i18n { class XBreakIterator; } } } }
+namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } }
class SW_DLLPUBLIC SwBreakIt
{