diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-24 21:55:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-25 14:27:01 +0200 |
commit | 90c91b824c2b362b43bdd2f8d8d647867d8fe612 (patch) | |
tree | 243cff7af1b6301b987f36e2f63f80c5ceaece2d /sw/inc/numrule.hxx | |
parent | c72d69d4b0d28497bc6f70b085dfdf2fbc672cbb (diff) |
sw: fix remaining IWYU warnings in inc/*.hxx
Also check for not needed forward declarations.
Change-Id: I92759f3f40d9458fd192665b39b87a78d8b97e5a
Reviewed-on: https://gerrit.libreoffice.org/53418
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index cdbfd9f5f252..7d5bc9f4a374 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -38,7 +38,6 @@ class SwNodeNum; namespace vcl { class Font; } class SvxBrushItem; class SfxGrabBagItem; -class SvxNumRule; class SwDoc; class SwFormatVertOrient; class SwTextNode; @@ -89,7 +88,6 @@ public: bool IsItemize() const; // #i29560# }; -class SwPaM; enum SwNumRuleType { OUTLINE_RULE = 0, NUM_RULE = 1, RULE_END = 2 }; class SW_DLLPUBLIC SwNumRule { |