diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-23 01:54:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-29 09:30:49 +0100 |
commit | 8ee49e6e8f5c37682d776fac4bc01479733b9d76 (patch) | |
tree | 58daf20d435bf29f94bd2c1c9e2b0f736ac2098f /sc/source/ui/inc/linkarea.hxx | |
parent | 982663f2137195cffabbcb623e3199cbba658ab7 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie40401e8706dda219b8578d180983811114cabed
Reviewed-on: https://gerrit.libreoffice.org/62208
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/linkarea.hxx')
-rw-r--r-- | sc/source/ui/inc/linkarea.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx index 222fe52f3b69..8b2151d40375 100644 --- a/sc/source/ui/inc/linkarea.hxx +++ b/sc/source/ui/inc/linkarea.hxx @@ -22,12 +22,12 @@ #include <vcl/weld.hxx> #include <sfx2/objsh.hxx> -#include <svtools/inettbc.hxx> namespace sfx2 { class DocumentInserter; } namespace sfx2 { class FileDialogHelper; } class ScDocShell; +class URLBox; class ScLinkedAreaDlg : public weld::GenericDialogController { |