From 90c91b824c2b362b43bdd2f8d8d647867d8fe612 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 24 Apr 2018 21:55:39 +0200 Subject: 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 Reviewed-by: Miklos Vajna --- sw/inc/numrule.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/inc/numrule.hxx') 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 { -- cgit v1.2.3