summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:17:14 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:12 +0200
commitba044b1e9613ed30906a9a540b7da8392923e4e3 (patch)
treee9c4c91fa194d627817905073b5eb7bc1313aad0 /xmloff/inc
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/DomBuilderContext.hxx3
-rw-r--r--xmloff/inc/XMLBackgroundImageExport.hxx1
-rw-r--r--xmloff/inc/XMLChartPropertySetMapper.hxx1
-rw-r--r--xmloff/inc/XMLElementPropertyContext.hxx4
-rw-r--r--xmloff/inc/XMLEventImportHelper.hxx1
-rw-r--r--xmloff/inc/XMLFootnoteConfigurationImportContext.hxx1
-rw-r--r--xmloff/inc/XMLScriptContextFactory.hxx1
-rw-r--r--xmloff/inc/XMLStarBasicContextFactory.hxx1
-rw-r--r--xmloff/inc/XMLTextColumnsContext.hxx1
-rw-r--r--xmloff/inc/txtflde.hxx1
-rw-r--r--xmloff/inc/txtfldi.hxx4
-rw-r--r--xmloff/inc/xmloff/DashStyle.hxx1
-rw-r--r--xmloff/inc/xmloff/XMLEventsImportContext.hxx1
-rw-r--r--xmloff/inc/xmloff/XMLTextListAutoStylePool.hxx1
-rw-r--r--xmloff/inc/xmloff/numehelp.hxx4
-rw-r--r--xmloff/inc/xmloff/xformsimport.hxx1
-rw-r--r--xmloff/inc/xmloff/xmlcnimp.hxx1
-rw-r--r--xmloff/inc/xmloff/xmlerror.hxx1
-rw-r--r--xmloff/inc/xmloff/xmlevent.hxx1
-rw-r--r--xmloff/inc/xmloff/xmlexp.hxx1
-rw-r--r--xmloff/inc/xmloff/xmlexppr.hxx1
-rw-r--r--xmloff/inc/xmloff/xmlimppr.hxx1
-rw-r--r--xmloff/inc/xmloff/xmlprcon.hxx1
-rw-r--r--xmloff/inc/xmloff/xmltkmap.hxx1
-rw-r--r--xmloff/inc/xmltabi.hxx4
25 files changed, 0 insertions, 39 deletions
diff --git a/xmloff/inc/DomBuilderContext.hxx b/xmloff/inc/DomBuilderContext.hxx
index 5ec4ed355359..34dc52a849ae 100644
--- a/xmloff/inc/DomBuilderContext.hxx
+++ b/xmloff/inc/DomBuilderContext.hxx
@@ -36,9 +36,6 @@ namespace com { namespace sun { namespace star {
class XAttributeList;
} }
} } }
-namespace rtl {
- class OUString;
-}
class SvXMLImport;
class SvXMLImportContext;
diff --git a/xmloff/inc/XMLBackgroundImageExport.hxx b/xmloff/inc/XMLBackgroundImageExport.hxx
index 583d17c50a64..3a2d8ed3d130 100644
--- a/xmloff/inc/XMLBackgroundImageExport.hxx
+++ b/xmloff/inc/XMLBackgroundImageExport.hxx
@@ -22,7 +22,6 @@
#include <sal/types.h>
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star { namespace uno {
class Any;
} } } }
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx
index c6805ac32e68..1c5db016279b 100644
--- a/xmloff/inc/XMLChartPropertySetMapper.hxx
+++ b/xmloff/inc/XMLChartPropertySetMapper.hxx
@@ -25,7 +25,6 @@
#include <xmloff/xmlimppr.hxx>
#include <xmloff/xmlimp.hxx>
-namespace rtl { class OUString; }
extern const XMLPropertyMapEntry aXMLChartPropMap[];
diff --git a/xmloff/inc/XMLElementPropertyContext.hxx b/xmloff/inc/XMLElementPropertyContext.hxx
index a9472c7bfbfa..5ce75fc013e8 100644
--- a/xmloff/inc/XMLElementPropertyContext.hxx
+++ b/xmloff/inc/XMLElementPropertyContext.hxx
@@ -25,10 +25,6 @@
class SvXMLImport;
-namespace rtl
-{
- class OUString;
-}
class XMLElementPropertyContext : public SvXMLImportContext
{
diff --git a/xmloff/inc/XMLEventImportHelper.hxx b/xmloff/inc/XMLEventImportHelper.hxx
index 5d5455fa5195..3ee55bc0e419 100644
--- a/xmloff/inc/XMLEventImportHelper.hxx
+++ b/xmloff/inc/XMLEventImportHelper.hxx
@@ -30,7 +30,6 @@
namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
} } }
-namespace rtl { class OUString; }
class XMLEventContextFactory;
class XMLEventsImportContext;
struct XMLEventNameTranslation;
diff --git a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
index d99441edabdc..a5e2fb272c5f 100644
--- a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
+++ b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
@@ -27,7 +27,6 @@ namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
namespace beans { class XPropertySet; }
} } }
-namespace rtl { class OUString; }
class SvXMLImport;
/// import footnote and endnote configuration elements
diff --git a/xmloff/inc/XMLScriptContextFactory.hxx b/xmloff/inc/XMLScriptContextFactory.hxx
index 15d5668d0b18..d189a65b7db4 100644
--- a/xmloff/inc/XMLScriptContextFactory.hxx
+++ b/xmloff/inc/XMLScriptContextFactory.hxx
@@ -27,7 +27,6 @@
namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
} } }
-namespace rtl { class OUString; }
class SvXMLImport;
class XMLEventsImportContext;
diff --git a/xmloff/inc/XMLStarBasicContextFactory.hxx b/xmloff/inc/XMLStarBasicContextFactory.hxx
index d4d6654a647d..a1db7963096f 100644
--- a/xmloff/inc/XMLStarBasicContextFactory.hxx
+++ b/xmloff/inc/XMLStarBasicContextFactory.hxx
@@ -27,7 +27,6 @@
namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
} } }
-namespace rtl { class OUString; }
class SvXMLImport;
class XMLEventsImportContext;
diff --git a/xmloff/inc/XMLTextColumnsContext.hxx b/xmloff/inc/XMLTextColumnsContext.hxx
index d1c39181ae72..9ef0fc09e234 100644
--- a/xmloff/inc/XMLTextColumnsContext.hxx
+++ b/xmloff/inc/XMLTextColumnsContext.hxx
@@ -23,7 +23,6 @@
#include "XMLElementPropertyContext.hxx"
-namespace rtl { class OUString; }
class XMLTextColumnsArray_Impl;
class XMLTextColumnSepContext_Impl;
class SvXMLTokenMap;
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 2297e94233f5..30e607ba633b 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -47,7 +47,6 @@ namespace com { namespace sun { namespace star {
namespace frame { class XModel; }
namespace uno { template<typename A> class Sequence; }
} } }
-namespace rtl { class OUString; }
/// field IDs,
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index 43b8b1ba510d..17da3035bf8f 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -42,10 +42,6 @@ namespace com { namespace sun { namespace star {
namespace beans { class XPropertySet; struct PropertyValue; }
} } }
-namespace rtl
-{
- class OUString;
-}
class SvXMLImport;
diff --git a/xmloff/inc/xmloff/DashStyle.hxx b/xmloff/inc/xmloff/DashStyle.hxx
index 91c51d96f946..576414bb7135 100644
--- a/xmloff/inc/xmloff/DashStyle.hxx
+++ b/xmloff/inc/xmloff/DashStyle.hxx
@@ -31,7 +31,6 @@ namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
namespace uno { class Any; }
} } }
-namespace rtl { class OUString; }
class XMLOFF_DLLPUBLIC XMLDashStyleImport
diff --git a/xmloff/inc/xmloff/XMLEventsImportContext.hxx b/xmloff/inc/xmloff/XMLEventsImportContext.hxx
index aa093714ae56..65d7730c9533 100644
--- a/xmloff/inc/xmloff/XMLEventsImportContext.hxx
+++ b/xmloff/inc/xmloff/XMLEventsImportContext.hxx
@@ -36,7 +36,6 @@ namespace com { namespace sun { namespace star {
namespace container { class XNameReplace; }
namespace document { class XEventsSupplier; }
} } }
-namespace rtl { class OUString; }
typedef ::std::pair<
OUString,
diff --git a/xmloff/inc/xmloff/XMLTextListAutoStylePool.hxx b/xmloff/inc/xmloff/XMLTextListAutoStylePool.hxx
index d8a209c795ac..f3768da8ab40 100644
--- a/xmloff/inc/xmloff/XMLTextListAutoStylePool.hxx
+++ b/xmloff/inc/xmloff/XMLTextListAutoStylePool.hxx
@@ -29,7 +29,6 @@
namespace com { namespace sun { namespace star { namespace container {
class XIndexReplace; } } } }
-namespace rtl { class OUString; }
class XMLTextListAutoStylePool_Impl;
diff --git a/xmloff/inc/xmloff/numehelp.hxx b/xmloff/inc/xmloff/numehelp.hxx
index 00b5a7a7988b..9f0bac4f9e4b 100644
--- a/xmloff/inc/xmloff/numehelp.hxx
+++ b/xmloff/inc/xmloff/numehelp.hxx
@@ -29,10 +29,6 @@
#include <set>
class SvXMLExport;
-namespace rtl
-{
- class OUString;
-}
struct XMLNumberFormat
{
diff --git a/xmloff/inc/xmloff/xformsimport.hxx b/xmloff/inc/xmloff/xformsimport.hxx
index 9be4bc3bdcb6..b6770320dbd3 100644
--- a/xmloff/inc/xmloff/xformsimport.hxx
+++ b/xmloff/inc/xmloff/xformsimport.hxx
@@ -27,7 +27,6 @@
class SvXMLImport;
class SvXMLImportContext;
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace uno { template<typename T> class Reference; }
diff --git a/xmloff/inc/xmloff/xmlcnimp.hxx b/xmloff/inc/xmloff/xmlcnimp.hxx
index 1243c2f59b02..f99c0a55ad73 100644
--- a/xmloff/inc/xmloff/xmlcnimp.hxx
+++ b/xmloff/inc/xmloff/xmlcnimp.hxx
@@ -24,7 +24,6 @@
#include <sal/types.h> //sal_uInt16 and sal_Bool
#include <boost/scoped_ptr.hpp>
-namespace rtl { class OUString; }
class SvXMLAttrCollection; //Forward declaration only.
class XMLOFF_DLLPUBLIC SvXMLAttrContainerData
diff --git a/xmloff/inc/xmloff/xmlerror.hxx b/xmloff/inc/xmloff/xmlerror.hxx
index 2400631d3cbb..78ecbe914850 100644
--- a/xmloff/inc/xmloff/xmlerror.hxx
+++ b/xmloff/inc/xmloff/xmlerror.hxx
@@ -89,7 +89,6 @@
// forward declarations
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace uno { template<class X> class Sequence; }
namespace uno { template<class X> class Reference; }
diff --git a/xmloff/inc/xmloff/xmlevent.hxx b/xmloff/inc/xmloff/xmlevent.hxx
index a6d0763e3df0..9738a58fc30f 100644
--- a/xmloff/inc/xmloff/xmlevent.hxx
+++ b/xmloff/inc/xmloff/xmlevent.hxx
@@ -34,7 +34,6 @@ namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
namespace beans { struct PropertyValue; }
} } }
-namespace rtl { class OUString; }
class SvXMLExport;
class SvXMLImportContext;
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx
index b4f635d522ab..148f73692158 100644
--- a/xmloff/inc/xmloff/xmlexp.hxx
+++ b/xmloff/inc/xmloff/xmlexp.hxx
@@ -74,7 +74,6 @@ class XMLErrors;
// Shapes in Writer cannot be named via context menu (#i51726#)
#include <unotools/moduleoptions.hxx>
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace frame { class XModel; }
namespace container { class XIndexContainer; }
diff --git a/xmloff/inc/xmloff/xmlexppr.hxx b/xmloff/inc/xmloff/xmlexppr.hxx
index db1f043a0d3b..7e7bb7658903 100644
--- a/xmloff/inc/xmloff/xmlexppr.hxx
+++ b/xmloff/inc/xmloff/xmlexppr.hxx
@@ -25,7 +25,6 @@
#include <xmloff/xmlprmap.hxx>
#include <xmloff/uniref.hxx>
-namespace rtl { class OUString; }
class SvXMLUnitConverter;
class SvXMLAttributeList;
diff --git a/xmloff/inc/xmloff/xmlimppr.hxx b/xmloff/inc/xmloff/xmlimppr.hxx
index 32d78d4d334c..642e898aa3bb 100644
--- a/xmloff/inc/xmloff/xmlimppr.hxx
+++ b/xmloff/inc/xmloff/xmlimppr.hxx
@@ -35,7 +35,6 @@
struct XMLPropertyState;
class XMLPropertySetMapper;
-namespace rtl { class OUString; }
class SvXMLUnitConverter;
class SvXMLNamespaceMap;
diff --git a/xmloff/inc/xmloff/xmlprcon.hxx b/xmloff/inc/xmloff/xmlprcon.hxx
index f6fb48cee4b6..3ed1af78e736 100644
--- a/xmloff/inc/xmloff/xmlprcon.hxx
+++ b/xmloff/inc/xmloff/xmlprcon.hxx
@@ -25,7 +25,6 @@
#include <xmloff/xmlprmap.hxx>
#include <xmloff/uniref.hxx>
-namespace rtl { class OUString; }
class SvXMLImportPropertyMapper;
diff --git a/xmloff/inc/xmloff/xmltkmap.hxx b/xmloff/inc/xmloff/xmltkmap.hxx
index e05885574195..9df059f6da9a 100644
--- a/xmloff/inc/xmloff/xmltkmap.hxx
+++ b/xmloff/inc/xmloff/xmltkmap.hxx
@@ -25,7 +25,6 @@
#include <sal/types.h>
#include <xmloff/xmltoken.hxx>
-namespace rtl { class OUString; }
class SvXMLTokenMap_Impl;
class SvXMLTokenMapEntry_Impl;
diff --git a/xmloff/inc/xmltabi.hxx b/xmloff/inc/xmltabi.hxx
index af2bc956e6d2..022ea808ed0b 100644
--- a/xmloff/inc/xmltabi.hxx
+++ b/xmloff/inc/xmltabi.hxx
@@ -25,10 +25,6 @@
class SvxXMLTabStopArray_Impl;
class SvXMLImport;
-namespace rtl
-{
- class OUString;
-}
class SvxXMLTabStopImportContext : public XMLElementPropertyContext
{