diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2019-01-05 00:12:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-11 11:04:53 +0100 |
commit | 48ba605c546dcd223e45d7b5a8e71998f945cadf (patch) | |
tree | aeadb5dfa48694bb4ef02d0de6970edb42c8950d /sw/inc/viewsh.hxx | |
parent | dad7a53f1106a6ecc344caa902b07726b8eb59ad (diff) |
tdf#42949 Fix IWYU warnings in sw/inc/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
- Also fix .h / .hrc files
- Remove a bit of duplication from the .yaml file
Change-Id: I22145a79343497678e481d882544eb08e765312a
Reviewed-on: https://gerrit.libreoffice.org/65878
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index c4586edb104c..6b9ade855bcc 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -72,7 +72,6 @@ namespace vcl { typedef OutputDevice RenderContext; } -namespace weld { class Dialog; } // Define for flags needed in ctor or layers below. // Currently the Preview flag is needed for DrawPage. |