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 /svx/source | |
parent | f3b8d732f376c56a39f962dce4faa0335bfe12df (diff) |
Cleanup some unnecessary #include
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/gallery2/galbrws2.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/colorwindow.hxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/extrusioncontrols.hxx | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index b9953f9c814a..3da4fe96709a 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -30,7 +30,6 @@ #include <comphelper/string.hxx> #include <sot/formats.hxx> #include <vcl/msgbox.hxx> -#include <svtools/valueset.hxx> #include <svl/urlbmk.hxx> #include <svl/stritem.hxx> #include <svl/intitem.hxx> diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx index 641e3db70ef5..1b033ab36d8c 100644 --- a/svx/source/tbxctrls/colorwindow.hxx +++ b/svx/source/tbxctrls/colorwindow.hxx @@ -6,6 +6,7 @@ #define __SVX_COLORWINDOW_HXX_ #include <sfx2/tbxctrl.hxx> +#include <svtools/valueset.hxx> #include <svl/lstner.hxx> #include <rtl/ustring.hxx> #include <com/sun/star/frame/XFrame.hpp> diff --git a/svx/source/tbxctrls/extrusioncontrols.hxx b/svx/source/tbxctrls/extrusioncontrols.hxx index 35993c461beb..5ff022bd0cf5 100644 --- a/svx/source/tbxctrls/extrusioncontrols.hxx +++ b/svx/source/tbxctrls/extrusioncontrols.hxx @@ -30,7 +30,6 @@ #include "svx/svxdllapi.h" -#include <svtools/valueset.hxx> #include <svtools/svtreebx.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> @@ -43,6 +42,7 @@ class SfxBindings; class SfxStatusForwarder; +class ValueSet; //======================================================================== |