diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-30 09:40:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-01 10:39:44 +0200 |
commit | 80152c8c5e3482c1dc29ef1a8fbb1aea4399c39e (patch) | |
tree | 61530f38e0967e9f947364220aac4923902ff794 /include/sfx2/sfxhtml.hxx | |
parent | e296468412ee9640572103d1e6a932f8528fe83b (diff) |
tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4a3baffa8944b522b16b50975185759081662020
Reviewed-on: https://gerrit.libreoffice.org/69945
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/sfx2/sfxhtml.hxx')
-rw-r--r-- | include/sfx2/sfxhtml.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sfxhtml.hxx b/include/sfx2/sfxhtml.hxx index 5a140f59f0cf..ab7070c79af2 100644 --- a/include/sfx2/sfxhtml.hxx +++ b/include/sfx2/sfxhtml.hxx @@ -31,7 +31,6 @@ class ImageMap; class SfxMedium; -class SfxObjectShell; class SvNumberFormatter; class SFX2_DLLPUBLIC SfxHTMLParser : public HTMLParser |