summaryrefslogtreecommitdiff
path: root/xmloff
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 /xmloff
parent2b049bb03a6d7bf55cac2eedceff52b998167e3c (diff)
remove unnecessary includes of svl/svarray.hxx
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/i18nmap.cxx1
-rw-r--r--xmloff/source/core/xmlimp.cxx1
-rw-r--r--xmloff/source/core/xmltkmap.cxx1
-rw-r--r--xmloff/source/text/txtparae.cxx1
-rw-r--r--xmloff/source/text/txtparai.cxx1
-rw-r--r--xmloff/source/text/txtparaimphint.hxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/core/i18nmap.cxx b/xmloff/source/core/i18nmap.cxx
index ea4db31c67f7..26e4f41e5aed 100644
--- a/xmloff/source/core/i18nmap.cxx
+++ b/xmloff/source/core/i18nmap.cxx
@@ -28,7 +28,6 @@
#include <rtl/ustring.hxx>
#include <tools/debug.hxx>
-#include <svl/svarray.hxx>
#include "xmloff/i18nmap.hxx"
bool SvI18NMap::Add( sal_uInt16 nKind, const rtl::OUString& rName,
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index 68ddd357b1bd..e4a55d115f5c 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -31,7 +31,6 @@
#include <tools/urlobj.hxx>
#include <osl/mutex.hxx>
#include <rtl/memory.h>
-#include <svl/svarray.hxx>
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
#include <xmloff/nmspmap.hxx>
#include <xmloff/xmluconv.hxx>
diff --git a/xmloff/source/core/xmltkmap.cxx b/xmloff/source/core/xmltkmap.cxx
index f85ba871097a..911ec66602b0 100644
--- a/xmloff/source/core/xmltkmap.cxx
+++ b/xmloff/source/core/xmltkmap.cxx
@@ -27,7 +27,6 @@
************************************************************************/
#include <rtl/ustring.hxx>
-#include <svl/svarray.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmltoken.hxx>
#include <boost/ptr_container/ptr_set.hpp>
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 392f4917ac15..e5d8876b48ae 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -28,7 +28,6 @@
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
#include <tools/debug.hxx>
-#include <svl/svarray.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/types.h>
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index 15a613837c3e..20c605401d4e 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -32,7 +32,6 @@
#include <tools/debug.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
-#include <svl/svarray.hxx>
#include <com/sun/star/text/XTextFrame.hpp>
#include <com/sun/star/text/XTextCursor.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/xmloff/source/text/txtparaimphint.hxx b/xmloff/source/text/txtparaimphint.hxx
index e83a7a2ae569..c04c14e5f6ae 100644
--- a/xmloff/source/text/txtparaimphint.hxx
+++ b/xmloff/source/text/txtparaimphint.hxx
@@ -21,7 +21,6 @@
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
-#include <svl/svarray.hxx>
#include <xmloff/xmlimp.hxx>
#include "XMLTextFrameContext.hxx"
#include <xmloff/XMLEventsImportContext.hxx>