summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-24 21:55:39 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-25 14:27:01 +0200
commit90c91b824c2b362b43bdd2f8d8d647867d8fe612 (patch)
tree243cff7af1b6301b987f36e2f63f80c5ceaece2d /sw/inc/calbck.hxx
parentc72d69d4b0d28497bc6f70b085dfdf2fbc672cbb (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/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 8843f2a45838..c9d81f8df8f7 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -29,9 +29,7 @@
#include <vector>
#include <memory>
-
class SwModify;
-class SwPtrMsgPoolItem;
/*
SwModify and SwClient cooperate in propagating attribute changes.
@@ -57,10 +55,6 @@ class SwPtrMsgPoolItem;
This is still subject to refactoring.
*/
-class SwModify;
-class SwClient;
-template<typename E, typename S> class SwIterator;
-
namespace sw
{
class ClientIteratorBase;
@@ -321,8 +315,6 @@ namespace sw
};
}
-class SwPageDesc;
-
template< typename TElementType, typename TSource > class SwIterator final : private sw::ClientIteratorBase
{
//static_assert(!std::is_base_of<SwPageDesc,TSource>::value, "SwPageDesc as TSource is deprecated.");