diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-14 22:13:06 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-15 09:36:54 +0100 |
commit | 798a989937a4acf7830588637f8c3902b4d985d8 (patch) | |
tree | 21c337955cd5d21b60dc2c08c989aa86b4fb12a8 /sw/inc/editsh.hxx | |
parent | a460cf6822780cb41cd5f9a55b30652c1c4bf1c2 (diff) |
Fix some IWYU warnings
Change-Id: I49b5e3a9e8b91baace9f3b3d4f0ac9d8531d5abe
Reviewed-on: https://gerrit.libreoffice.org/49782
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 2fd055f6c87c..99c970233810 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -21,27 +21,16 @@ #include "crsrsh.hxx" -#include "IMark.hxx" #include "charfmt.hxx" #include "fldupde.hxx" #include "frmfmt.hxx" -#include "itabenum.hxx" -#include "swdbdata.hxx" #include "swdllapi.h" #include "swundo.hxx" #include "tblenum.hxx" #include "tox.hxx" -#include <svtools/embedhlp.hxx> -#include <editeng/swafopt.hxx> -#include <svx/ClassificationField.hxx> - -#include <vcl/font.hxx> - -#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/linguistic2/ProofreadingResult.hpp> #include <com/sun/star/linguistic2/XSpellAlternatives.hpp> -#include <com/sun/star/text/HoriOrientation.hpp> #include <memory> #include <vector> @@ -102,6 +91,9 @@ class SwAuthEntry; class SwRewriter; class SwView; struct SwConversionArgs; +struct SvxSwAutoFormatFlags; +struct SwInsertTableOptions; +struct SwDBData; enum class SvtScriptType; enum class SfxClassificationPolicyType; enum class RedlineFlags; @@ -114,6 +106,7 @@ namespace com { namespace sun { namespace star { namespace uno { namespace svx{ struct SpellPortion; typedef std::vector<SpellPortion> SpellPortions; + class ClassificationResult; } namespace sfx2{ |