diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-27 16:44:14 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-30 09:37:11 +0200 |
commit | 5d7a28fd2dd7f0c1696d4d8989a5a547e3f2e531 (patch) | |
tree | d0cc01307d19e76b3c01d2a59351fa9301b2405a /sd/source/ui/table | |
parent | 93e33ba279e837356e157745177d7f6061d442b7 (diff) |
tdf#42949 Fix more IWYU warnings in sd/inc/
Found with bin/find-unneeded-includes
A lot of fallout needed fixing, unfortunately
Change-Id: I528cf5fe77199ee72f19fce3de08fe67e7f63dbe
Reviewed-on: https://gerrit.libreoffice.org/54884
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/table')
-rw-r--r-- | sd/source/ui/table/tablefunction.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index 4e6892574088..fb54c8a3ba26 100644 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -56,6 +56,7 @@ #include <tablefunction.hxx> #include <DrawViewShell.hxx> #include <drawdoc.hxx> +#include <sdpage.hxx> #include <DrawDocShell.hxx> #include <Window.hxx> #include <drawview.hxx> |