diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-16 23:29:31 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-02 10:11:36 +0100 |
commit | 4c67813d710ea17b31ec01bb9d3ed7a0b8ddc82f (patch) | |
tree | 0e1cf72034c10018eeead04bc705f928d2ebd2bc /sd/source/ui/animations/CustomAnimationDialog.hxx | |
parent | 927c42e080221c833fd418e9cfd6d18acc7d63c0 (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I0d9cee1cd17e168522f6161c515a325e5edf1496
Reviewed-on: https://gerrit.libreoffice.org/65234
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationDialog.hxx')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.hxx b/sd/source/ui/animations/CustomAnimationDialog.hxx index d8a0f29384e6..9b674de7862b 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.hxx +++ b/sd/source/ui/animations/CustomAnimationDialog.hxx @@ -20,16 +20,10 @@ #ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONDIALOG_HXX #define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONDIALOG_HXX -#include <CustomAnimationEffect.hxx> -#include <CustomAnimationPreset.hxx> -#include <vcl/tabdlg.hxx> +#include <vcl/svapp.hxx> #include <vcl/lstbox.hxx> #include <vcl/weld.hxx> -class TabControl; -class OKButton; -class CancelButton; -class HelpButton; namespace sd { // property handles |