diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-29 23:28:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-30 12:47:50 +0100 |
commit | 747cb47357f7088077e78878c1a37ad58138faf3 (patch) | |
tree | 5c033c40b888268236f4a382a11dae6ed137a7c0 /framework/inc | |
parent | 2b049bb03a6d7bf55cac2eedceff52b998167e3c (diff) |
remove unnecessary includes of svl/svarray.hxx
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/framework/eventsconfiguration.hxx | 1 | ||||
-rw-r--r-- | framework/inc/framework/statusbarconfiguration.hxx | 1 | ||||
-rw-r--r-- | framework/inc/framework/toolboxconfiguration.hxx | 1 | ||||
-rw-r--r-- | framework/inc/xml/imagesconfiguration.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/framework/inc/framework/eventsconfiguration.hxx b/framework/inc/framework/eventsconfiguration.hxx index f02beed44f65..99249a2ad00f 100644 --- a/framework/inc/framework/eventsconfiguration.hxx +++ b/framework/inc/framework/eventsconfiguration.hxx @@ -30,7 +30,6 @@ #define __FRAMEWORK_XML_EVENTSCONFIGURATION_HXX_ #include <framework/fwedllapi.h> -#include <svl/svarray.hxx> #include <tools/stream.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/inc/framework/statusbarconfiguration.hxx b/framework/inc/framework/statusbarconfiguration.hxx index b357998c1960..2ef90ada727b 100644 --- a/framework/inc/framework/statusbarconfiguration.hxx +++ b/framework/inc/framework/statusbarconfiguration.hxx @@ -29,7 +29,6 @@ #define __FRAMEWORK_CLASSES_STATUSBARCONFIGURATION_HXX_ #include <framework/fwedllapi.h> -#include <svl/svarray.hxx> #include <tools/stream.hxx> #include <vcl/status.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/framework/inc/framework/toolboxconfiguration.hxx b/framework/inc/framework/toolboxconfiguration.hxx index 413f14091175..e2c1270c0338 100644 --- a/framework/inc/framework/toolboxconfiguration.hxx +++ b/framework/inc/framework/toolboxconfiguration.hxx @@ -20,7 +20,6 @@ #define __FRAMEWORK_XML_TOOLBOXCONFIGURATION_HXX_ #include <framework/fwedllapi.h> -#include <svl/svarray.hxx> #include <vcl/bitmap.hxx> #include <com/sun/star/io/XInputStream.hpp> #ifndef _COM_SUN_STAR_IO_XOUPUTSTREAM_HPP_ diff --git a/framework/inc/xml/imagesconfiguration.hxx b/framework/inc/xml/imagesconfiguration.hxx index 8ea756e58d12..2a5c7aea3e8b 100644 --- a/framework/inc/xml/imagesconfiguration.hxx +++ b/framework/inc/xml/imagesconfiguration.hxx @@ -30,7 +30,6 @@ #define FRAMEWORK_XML_IMAGESCONFIGURATION_HXX_ #include <framework/fwedllapi.h> -#include <svl/svarray.hxx> #include <tools/string.hxx> #include <tools/stream.hxx> #include <tools/color.hxx> |