diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-03-04 21:01:01 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@gmx.com> | 2012-04-03 20:49:08 +0200 |
commit | 6ac9544454daa0330f84fd10de26ee6d4d657990 (patch) | |
tree | 7f0adf0d6f8c3ea34d5377a2377090057462d4f4 /sd | |
parent | f3b8d732f376c56a39f962dce4faa0335bfe12df (diff) |
Cleanup some unnecessary #include
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/table/TableDesignPane.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/table/TableDesignPane.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/controls/MasterPagesPanel.cxx | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx index 2d3933a92045..76f3b5a76238 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx @@ -38,7 +38,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> -#include <svtools/valueset.hxx> #include <svx/svdetc.hxx> #include <svx/svdstr.hrc> diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 1817c482b922..2c4a9299698f 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -52,6 +52,7 @@ #include <svx/sdr/table/tabledesign.hxx> #include "TableDesignPane.hxx" +#include <svtools/valueset.hxx> #include "DrawDocShell.hxx" #include "ViewShellBase.hxx" diff --git a/sd/source/ui/table/TableDesignPane.hxx b/sd/source/ui/table/TableDesignPane.hxx index 37ffe1d1ea66..5df94d9825c8 100644 --- a/sd/source/ui/table/TableDesignPane.hxx +++ b/sd/source/ui/table/TableDesignPane.hxx @@ -37,7 +37,6 @@ #include <vcl/dialog.hxx> #include <vcl/fixed.hxx> #include <vcl/button.hxx> -#include <svtools/valueset.hxx> #include <boost/scoped_ptr.hpp> diff --git a/sd/source/ui/toolpanel/controls/MasterPagesPanel.cxx b/sd/source/ui/toolpanel/controls/MasterPagesPanel.cxx index d542fe49d906..4002cbcd79b5 100644 --- a/sd/source/ui/toolpanel/controls/MasterPagesPanel.cxx +++ b/sd/source/ui/toolpanel/controls/MasterPagesPanel.cxx @@ -43,7 +43,6 @@ #include "strings.hrc" #include "sdresid.hxx" #include "helpids.h" -#include <svtools/valueset.hxx> #include "app.hrc" namespace sd { namespace toolpanel { namespace controls { |