diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-06 20:24:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-06 22:24:33 +0200 |
commit | 6dacf9ec5455bdad82e78470a1a7cb6d2271bec7 (patch) | |
tree | 5fa53510a43cb501b0c1b4f93fc74381aee093f7 /sd | |
parent | 0e257f8c07de253c0a1d4e63dfdf0383bd658fab (diff) |
drop some now unnecessary includes
Change-Id: Idb41ddc0ff01333bac6cfce8bdd5e80c3c101de9
Reviewed-on: https://gerrit.libreoffice.org/61478
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/factories/FullScreenPane.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/table/TableDesignPane.hxx | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.hxx b/sd/source/ui/animations/CustomAnimationPane.hxx index d1e1475b6a92..98fd0fc6da5f 100644 --- a/sd/source/ui/animations/CustomAnimationPane.hxx +++ b/sd/source/ui/animations/CustomAnimationPane.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONPANE_HXX #include <com/sun/star/drawing/XDrawView.hpp> -#include <vcl/dialog.hxx> #include <vcl/layout.hxx> #include <vcl/field.hxx> #include <svx/sidebar/PanelLayout.hxx> diff --git a/sd/source/ui/framework/factories/FullScreenPane.cxx b/sd/source/ui/framework/factories/FullScreenPane.cxx index 45a11b4405e0..d19568fe6d49 100644 --- a/sd/source/ui/framework/factories/FullScreenPane.cxx +++ b/sd/source/ui/framework/factories/FullScreenPane.cxx @@ -23,7 +23,6 @@ #include <sfx2/dispatch.hxx> #include <vcl/wrkwin.hxx> #include <vcl/svapp.hxx> -#include <vcl/dialog.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/sd/source/ui/table/TableDesignPane.hxx b/sd/source/ui/table/TableDesignPane.hxx index a8a641291656..24b0f61993e5 100644 --- a/sd/source/ui/table/TableDesignPane.hxx +++ b/sd/source/ui/table/TableDesignPane.hxx @@ -27,8 +27,6 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <svtools/valueset.hxx> -#include <vcl/dialog.hxx> -#include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <svx/sidebar/PanelLayout.hxx> |