diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-25 13:52:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-25 14:13:47 +0200 |
commit | 75acbd4b47b877ca140e2f802620e3830eda8839 (patch) | |
tree | 37faa836b2707e9cd4c3883a980e6f72616fd6dc /xmloff | |
parent | 05a6798a2eee2078ab317aadd9b3e3b5ec88d4b7 (diff) |
delete svl/svstdarr.hxx
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/styleexp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumfe.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmltabi.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextColumnsContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 2 |
6 files changed, 3 insertions, 6 deletions
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx index 771ae5fc02cf..d9baaa3587aa 100644 --- a/xmloff/source/style/styleexp.cxx +++ b/xmloff/source/style/styleexp.cxx @@ -27,7 +27,7 @@ ************************************************************************/ #include <tools/debug.hxx> -#include <svl/svstdarr.hxx> +#include <tools/string.hxx> #include <xmloff/nmspmap.hxx> #include "xmloff/xmlnmspe.hxx" #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx index 896f2336f6ba..9ff20eaf01ab 100644 --- a/xmloff/source/style/xmlnumfe.cxx +++ b/xmloff/source/style/xmlnumfe.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <comphelper/string.hxx> -#include <svl/svstdarr.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <svl/numuno.hxx> diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 3c2d8badc73a..023059033827 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -43,6 +43,7 @@ #include <tools/debug.hxx> #include <tools/fontenum.hxx> +#include <tools/string.hxx> #include <sax/tools/converter.hxx> @@ -62,7 +63,6 @@ #include <xmloff/xmlnumi.hxx> -#include <svl/svstdarr.hxx> using ::rtl::OUString; using ::rtl::OUStringBuffer; diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx index 8c9325922e59..ee9ea8c87cf8 100644 --- a/xmloff/source/style/xmltabi.cxx +++ b/xmloff/source/style/xmltabi.cxx @@ -36,7 +36,6 @@ #include <xmloff/xmltoken.hxx> #include "xmloff/i18nmap.hxx" #include <xmloff/xmluconv.hxx> -#include <svl/svstdarr.hxx> #include "xmltabi.hxx" using ::rtl::OUString; diff --git a/xmloff/source/text/XMLTextColumnsContext.cxx b/xmloff/source/text/XMLTextColumnsContext.cxx index 8bb20659bd06..35a8a3298c9e 100644 --- a/xmloff/source/text/XMLTextColumnsContext.cxx +++ b/xmloff/source/text/XMLTextColumnsContext.cxx @@ -39,7 +39,6 @@ #include <xmloff/xmlimp.hxx> #include <xmloff/xmltoken.hxx> #include "XMLTextColumnsContext.hxx" -#include <svl/svstdarr.hxx> using ::rtl::OUString; using ::rtl::OUStringBuffer; diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 7b2deda87840..9b79c81c046f 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -31,7 +31,6 @@ #include <boost/scoped_array.hpp> -#include <svl/svstdarr.hxx> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/text/XChapterNumberingSupplier.hpp> @@ -69,6 +68,7 @@ #include <txtlists.hxx> #include <xmloff/odffields.hxx> #include <comphelper/stlunosequence.hxx> +#include <tools/string.hxx> using ::rtl::OUString; using ::rtl::OUStringBuffer; |