summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-29 23:28:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-30 12:47:50 +0100
commit747cb47357f7088077e78878c1a37ad58138faf3 (patch)
tree5c033c40b888268236f4a382a11dae6ed137a7c0 /sfx2
parent2b049bb03a6d7bf55cac2eedceff52b998167e3c (diff)
remove unnecessary includes of svl/svarray.hxx
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/appuno.hxx1
-rw-r--r--sfx2/inc/sfx2/frmdescr.hxx1
-rw-r--r--sfx2/inc/sfx2/msgpool.hxx1
-rw-r--r--sfx2/source/appl/linksrc.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/inc/sfx2/appuno.hxx b/sfx2/inc/sfx2/appuno.hxx
index 1d846d589874..3679eb26dc7c 100644
--- a/sfx2/inc/sfx2/appuno.hxx
+++ b/sfx2/inc/sfx2/appuno.hxx
@@ -43,7 +43,6 @@
#include <cppuhelper/implbase4.hxx>
#include <tools/errcode.hxx>
-#include <svl/svarray.hxx>
#include <sfx2/sfxuno.hxx>
class SfxObjectShell;
diff --git a/sfx2/inc/sfx2/frmdescr.hxx b/sfx2/inc/sfx2/frmdescr.hxx
index fe2e1210128e..e9027d88f5b8 100644
--- a/sfx2/inc/sfx2/frmdescr.hxx
+++ b/sfx2/inc/sfx2/frmdescr.hxx
@@ -26,7 +26,6 @@
#include <svl/poolitem.hxx>
#include <tools/urlobj.hxx>
#include <tools/string.hxx>
-#include <svl/svarray.hxx>
#include <tools/gen.hxx>
class SvStream;
diff --git a/sfx2/inc/sfx2/msgpool.hxx b/sfx2/inc/sfx2/msgpool.hxx
index 71c835645f0c..500912ff3f5b 100644
--- a/sfx2/inc/sfx2/msgpool.hxx
+++ b/sfx2/inc/sfx2/msgpool.hxx
@@ -25,7 +25,6 @@
#include <sfx2/msg.hxx>
#include <tools/string.hxx>
-#include <svl/svarray.hxx>
#include <string>
#include <vector>
diff --git a/sfx2/source/appl/linksrc.cxx b/sfx2/source/appl/linksrc.cxx
index e0260936294f..6e5ac6b59752 100644
--- a/sfx2/source/appl/linksrc.cxx
+++ b/sfx2/source/appl/linksrc.cxx
@@ -24,7 +24,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <vcl/timer.hxx>
-#include <svl/svarray.hxx>
#include <vector>
#include <algorithm>