diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-09-06 00:36:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-07 10:43:51 +0200 |
commit | 9912d3e4003a10d7bc690afdef69473976244dd7 (patch) | |
tree | 80f3517bbe8428246d0bd88be3b4cb45aebb2167 /sd/source/ui/inc/TextObjectBar.hxx | |
parent | 4b5194bd1d0dd893720ec0b311ee215a3168219f (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[t-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4ec951ddbc0a5ad4718bb44731eb2b4a0f718afc
Reviewed-on: https://gerrit.libreoffice.org/60061
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/TextObjectBar.hxx')
-rw-r--r-- | sd/source/ui/inc/TextObjectBar.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/inc/TextObjectBar.hxx b/sd/source/ui/inc/TextObjectBar.hxx index 9a30dceac405..8b52c8031b94 100644 --- a/sd/source/ui/inc/TextObjectBar.hxx +++ b/sd/source/ui/inc/TextObjectBar.hxx @@ -20,12 +20,9 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_TEXTOBJECTBAR_HXX #define INCLUDED_SD_SOURCE_UI_INC_TEXTOBJECTBAR_HXX -#include <sfx2/module.hxx> #include <sfx2/shell.hxx> #include <glob.hxx> -class CommandEvent; - namespace sd { class View; |