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 /sc | |
parent | 2b049bb03a6d7bf55cac2eedceff52b998167e3c (diff) |
remove unnecessary includes of svl/svarray.hxx
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/conditio.hxx | 1 | ||||
-rw-r--r-- | sc/inc/detdata.hxx | 1 | ||||
-rw-r--r-- | sc/inc/dispuno.hxx | 1 | ||||
-rw-r--r-- | sc/inc/dptabres.hxx | 1 | ||||
-rw-r--r-- | sc/inc/viewuno.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/inc/bcaslot.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/acredlin.hxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 1b959339a2ac..d25a39ff7a7b 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -32,7 +32,6 @@ #include "global.hxx" #include "address.hxx" #include "formula/grammar.hxx" -#include <svl/svarray.hxx> #include "scdllapi.h" #include "rangelst.hxx" diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx index 6ba78c706f34..ba33503bc953 100644 --- a/sc/inc/detdata.hxx +++ b/sc/inc/detdata.hxx @@ -29,7 +29,6 @@ #ifndef SC_DETDATA_HXX #define SC_DETDATA_HXX -#include <svl/svarray.hxx> #include <boost/ptr_container/ptr_vector.hpp> #include "global.hxx" diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx index 29209f27505b..d1c5f657780b 100644 --- a/sc/inc/dispuno.hxx +++ b/sc/inc/dispuno.hxx @@ -33,7 +33,6 @@ #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <cppuhelper/implbase2.hxx> #include <svl/lstner.hxx> -#include <svl/svarray.hxx> #include "global.hxx" // ScImportParam #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index b652bac833e1..48a62b7f62f0 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -32,7 +32,6 @@ #include "global.hxx" #include "dpcachetable.hxx" -#include <svl/svarray.hxx> #include <tools/string.hxx> #include <com/sun/star/sheet/MemberResult.hpp> #include <com/sun/star/sheet/DataResult.hpp> diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index cf867b7eea45..2aeb6f51d072 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -30,7 +30,6 @@ #define SC_VIEWUNO_HXX #include <sfx2/sfxbasecontroller.hxx> -#include <svl/svarray.hxx> #include <svl/itemprop.hxx> #include <com/sun/star/view/XFormLayerAccess.hpp> #include <com/sun/star/view/XSelectionChangeListener.hpp> diff --git a/sc/source/core/inc/bcaslot.hxx b/sc/source/core/inc/bcaslot.hxx index 642baa97262b..b323d0c84b9d 100644 --- a/sc/source/core/inc/bcaslot.hxx +++ b/sc/source/core/inc/bcaslot.hxx @@ -33,7 +33,6 @@ #include <boost/unordered_set.hpp> #include <functional> #include <svl/broadcast.hxx> -#include <svl/svarray.hxx> #include "global.hxx" #include "brdcst.hxx" diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx index a104fadd05d8..d023054a7ee0 100644 --- a/sc/source/ui/inc/acredlin.hxx +++ b/sc/source/ui/inc/acredlin.hxx @@ -39,7 +39,6 @@ #include <vcl/lstbox.hxx> #include <svx/ctredlin.hxx> #include <svx/simptabl.hxx> -#include <svl/svarray.hxx> #include "chgtrack.hxx" #include "chgviset.hxx" #include <vcl/timer.hxx> |