diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-08 21:54:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-10 14:18:17 +0200 |
commit | 7cee480efe22d48af9e9d96b49ad4358a4010690 (patch) | |
tree | f11166eb81b31657b9979b6fd0847f226b4d8526 /sc/inc/dptabres.hxx | |
parent | 9992338fbbf46bf381501df6c7763bf117d2ee25 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/d*
Found with bin/find-unneeded-includes
Mostly removal proposals are dealt with here
and a few trivial substitutions in small headers
Change-Id: Ic4b2e48f1e55fc5d10e3dab16cfee1e358a8e917
Reviewed-on: https://gerrit.libreoffice.org/54005
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/dptabres.hxx')
-rw-r--r-- | sc/inc/dptabres.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index 3f2400cc9ed8..bdd64a140432 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -39,13 +39,10 @@ namespace com { namespace sun { namespace star { namespace sheet { struct DataPilotFieldReference; } } } } -class ScAddress; -class ScDocument; class ScDPSource; class ScDPDimension; class ScDPLevel; class ScDPMember; -class ScDPAggData; class ScDPResultMember; class ScDPResultVisibilityData; |