diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-13 22:19:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-25 12:10:00 +0200 |
commit | f8edef392245c292398a80f6a858ca19f32df9c3 (patch) | |
tree | 09b28dd5a14022dda81d30f178b1891941bbcf95 /sc/inc/dociter.hxx | |
parent | 3ebaf1a9fb28be42358f5460e5ab7322d4f1dee8 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/[gh]*
Found with bin/find-unneeded-includes
Simple removal proposals are dealt with here
and a bit of fallout management
Change-Id: Ia6f8d4ca46d7b218f5827052ced5641367bd4478
Reviewed-on: https://gerrit.libreoffice.org/54683
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index ac76f7412a9a..920759abc8c4 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -43,6 +43,7 @@ struct ScQueryParam; struct ScDBQueryParamInternal; struct ScDBQueryParamMatrix; class ScFormulaCell; +class OutputDevice; struct ScInterpreterContext; enum class SvNumFormatType : sal_Int16; |