summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@gmx.com>2012-03-04 21:01:01 +0100
committerMatteo Casalin <matteo.casalin@gmx.com>2012-04-03 20:49:08 +0200
commit6ac9544454daa0330f84fd10de26ee6d4d657990 (patch)
tree7f0adf0d6f8c3ea34d5377a2377090057462d4f4 /sd
parentf3b8d732f376c56a39f962dce4faa0335bfe12df (diff)
Cleanup some unnecessary #include
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationCreateDialog.cxx1
-rw-r--r--sd/source/ui/table/TableDesignPane.cxx1
-rw-r--r--sd/source/ui/table/TableDesignPane.hxx1
-rw-r--r--sd/source/ui/toolpanel/controls/MasterPagesPanel.cxx1
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 {