diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-13 15:10:23 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-15 11:48:54 +0200 |
commit | 0eaa0804085dd6e93257dd31361490720456679d (patch) | |
tree | 44877202db389fbbe6ad6dd891eab1deccef52c0 /sc/source/ui/view/tabvwsh8.cxx | |
parent | b0da0a45a6453a0ddebded83ae8401e7f3cccde3 (diff) |
tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I81917d697adf79b1bd0de4cc262d3cd6bc8eb36f
Reviewed-on: https://gerrit.libreoffice.org/70710
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/view/tabvwsh8.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh8.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwsh8.cxx b/sc/source/ui/view/tabvwsh8.cxx index 3672d819be55..3bcca6865636 100644 --- a/sc/source/ui/view/tabvwsh8.cxx +++ b/sc/source/ui/view/tabvwsh8.cxx @@ -18,6 +18,7 @@ */ #include <scitems.hxx> +#include <editeng/borderline.hxx> #include <editeng/boxitem.hxx> #include <tabvwsh.hxx> |