diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:17:14 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:23:12 +0200 |
commit | ba044b1e9613ed30906a9a540b7da8392923e4e3 (patch) | |
tree | e9c4c91fa194d627817905073b5eb7bc1313aad0 /xmloff | |
parent | 1946794ae09ba732022fe6a74ea45e304ab70b84 (diff) |
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'xmloff')
71 files changed, 0 insertions, 104 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 { diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx index dbc5f932ef04..eb8b38836cae 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx +++ b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx @@ -31,7 +31,6 @@ class SvXMLImport; struct XMLPropertyState; class XMLPropertySetMapper; -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace uno { template<class X> class Reference; } namespace xml { namespace sax { class XAttributeList; } } diff --git a/xmloff/source/text/XMLAutoMarkFileContext.hxx b/xmloff/source/text/XMLAutoMarkFileContext.hxx index 165cf33483f6..3d8b57e90e42 100644 --- a/xmloff/source/text/XMLAutoMarkFileContext.hxx +++ b/xmloff/source/text/XMLAutoMarkFileContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } class XMLAutoMarkFileContext : public SvXMLImportContext diff --git a/xmloff/source/text/XMLAutoTextContainerEventImport.hxx b/xmloff/source/text/XMLAutoTextContainerEventImport.hxx index d262a4998f27..e6920fd8a937 100644 --- a/xmloff/source/text/XMLAutoTextContainerEventImport.hxx +++ b/xmloff/source/text/XMLAutoTextContainerEventImport.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/uno/Reference.hxx> -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace container { class XNameReplace; } namespace xml { namespace sax { class XAttributeList; } } diff --git a/xmloff/source/text/XMLAutoTextEventExport.hxx b/xmloff/source/text/XMLAutoTextEventExport.hxx index 7aa502da04ca..fb870e0027a4 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.hxx +++ b/xmloff/source/text/XMLAutoTextEventExport.hxx @@ -25,7 +25,6 @@ #include <set> -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace container { class XNameAccess; } namespace frame { class XModel; } diff --git a/xmloff/source/text/XMLAutoTextEventImport.hxx b/xmloff/source/text/XMLAutoTextEventImport.hxx index 62e122116d6a..3bcdc87895ea 100644 --- a/xmloff/source/text/XMLAutoTextEventImport.hxx +++ b/xmloff/source/text/XMLAutoTextEventImport.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/uno/Reference.hxx> -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace frame { class XModel; } namespace lang { class XMultiServiceFactory; } diff --git a/xmloff/source/text/XMLChangeElementImportContext.hxx b/xmloff/source/text/XMLChangeElementImportContext.hxx index 43a6810379d9..80a0b78ebe0a 100644 --- a/xmloff/source/text/XMLChangeElementImportContext.hxx +++ b/xmloff/source/text/XMLChangeElementImportContext.hxx @@ -30,9 +30,6 @@ namespace com { namespace sun { namespace star { class XAttributeList; } } } } } -namespace rtl { - class OUString; -} class XMLChangedRegionImportContext; diff --git a/xmloff/source/text/XMLChangeImportContext.hxx b/xmloff/source/text/XMLChangeImportContext.hxx index 8edaed4e783e..ab3c412d65b1 100644 --- a/xmloff/source/text/XMLChangeImportContext.hxx +++ b/xmloff/source/text/XMLChangeImportContext.hxx @@ -30,9 +30,6 @@ namespace com { namespace sun { namespace star { class XAttributeList; } } } } } -namespace rtl { - class OUString; -} diff --git a/xmloff/source/text/XMLChangedRegionImportContext.hxx b/xmloff/source/text/XMLChangedRegionImportContext.hxx index c43df94f94d3..e35ceb035877 100644 --- a/xmloff/source/text/XMLChangedRegionImportContext.hxx +++ b/xmloff/source/text/XMLChangedRegionImportContext.hxx @@ -33,9 +33,6 @@ namespace com { namespace sun { namespace star { class XAttributeList; } } } } } -namespace rtl { - class OUString; -} class XMLChangedRegionImportContext : public SvXMLImportContext diff --git a/xmloff/source/text/XMLFootnoteBodyImportContext.hxx b/xmloff/source/text/XMLFootnoteBodyImportContext.hxx index 53cb17b0efdc..0e8298329f85 100644 --- a/xmloff/source/text/XMLFootnoteBodyImportContext.hxx +++ b/xmloff/source/text/XMLFootnoteBodyImportContext.hxx @@ -29,9 +29,6 @@ namespace com { namespace sun { namespace star { class XAttributeList; } } } } } -namespace rtl { - class OUString; -} /// import foot- and endnote body elements (<text:footnote-body>) diff --git a/xmloff/source/text/XMLFootnoteImportContext.hxx b/xmloff/source/text/XMLFootnoteImportContext.hxx index 9209e84bd56e..fc3eebb16006 100644 --- a/xmloff/source/text/XMLFootnoteImportContext.hxx +++ b/xmloff/source/text/XMLFootnoteImportContext.hxx @@ -33,9 +33,6 @@ namespace com { namespace sun { namespace star { class XAttributeList; } } } } } -namespace rtl { - class OUString; -} class XMLTextImportHelper; /// import footnote elements (<text:footnote>) diff --git a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx index 6ae1f7fd7651..cfc1573acfc2 100644 --- a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx +++ b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx b/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx index b07c349838e0..f7f76eee176f 100644 --- a/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx +++ b/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } class XMLIndexTemplateContext; struct SvXMLEnumMapEntry; diff --git a/xmloff/source/text/XMLIndexBibliographySourceContext.hxx b/xmloff/source/text/XMLIndexBibliographySourceContext.hxx index b3377daea3e2..83fcfa41e92a 100644 --- a/xmloff/source/text/XMLIndexBibliographySourceContext.hxx +++ b/xmloff/source/text/XMLIndexBibliographySourceContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLIndexBodyContext.hxx b/xmloff/source/text/XMLIndexBodyContext.hxx index 0161481daf70..8f8b2ee96a00 100644 --- a/xmloff/source/text/XMLIndexBodyContext.hxx +++ b/xmloff/source/text/XMLIndexBodyContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** * Import index body. diff --git a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx index bd47cd15f5cf..b59385faaa28 100644 --- a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx +++ b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } class XMLIndexTemplateContext; /** diff --git a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx index d1d0a70152d7..d4d0b817f994 100644 --- a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx +++ b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLIndexMarkExport.hxx b/xmloff/source/text/XMLIndexMarkExport.hxx index a46864b56c9f..594e18ece20d 100644 --- a/xmloff/source/text/XMLIndexMarkExport.hxx +++ b/xmloff/source/text/XMLIndexMarkExport.hxx @@ -28,10 +28,6 @@ class SvXMLExport; namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } } -namespace rtl { - class OUString; - class OUStringBuffer; -} /** diff --git a/xmloff/source/text/XMLIndexObjectSourceContext.hxx b/xmloff/source/text/XMLIndexObjectSourceContext.hxx index 2b318d9b2fa6..454ed63afe68 100644 --- a/xmloff/source/text/XMLIndexObjectSourceContext.hxx +++ b/xmloff/source/text/XMLIndexObjectSourceContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLIndexSimpleEntryContext.hxx b/xmloff/source/text/XMLIndexSimpleEntryContext.hxx index 28f7b807f794..aef04cc31859 100644 --- a/xmloff/source/text/XMLIndexSimpleEntryContext.hxx +++ b/xmloff/source/text/XMLIndexSimpleEntryContext.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } class XMLIndexTemplateContext; /** diff --git a/xmloff/source/text/XMLIndexSpanEntryContext.hxx b/xmloff/source/text/XMLIndexSpanEntryContext.hxx index fa61ca00ca91..b81064591e30 100644 --- a/xmloff/source/text/XMLIndexSpanEntryContext.hxx +++ b/xmloff/source/text/XMLIndexSpanEntryContext.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } /** * Import index entry templates diff --git a/xmloff/source/text/XMLIndexTOCContext.hxx b/xmloff/source/text/XMLIndexTOCContext.hxx index c7e95af0db08..61f3e5b8e026 100644 --- a/xmloff/source/text/XMLIndexTOCContext.hxx +++ b/xmloff/source/text/XMLIndexTOCContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } enum IndexTypeEnum diff --git a/xmloff/source/text/XMLIndexTOCSourceContext.hxx b/xmloff/source/text/XMLIndexTOCSourceContext.hxx index 10c4c23ae133..dd9a6c81e3ed 100644 --- a/xmloff/source/text/XMLIndexTOCSourceContext.hxx +++ b/xmloff/source/text/XMLIndexTOCSourceContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLIndexTOCStylesContext.hxx b/xmloff/source/text/XMLIndexTOCStylesContext.hxx index b5c68fc8bd19..9ce3ee8fe663 100644 --- a/xmloff/source/text/XMLIndexTOCStylesContext.hxx +++ b/xmloff/source/text/XMLIndexTOCStylesContext.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLIndexTableSourceContext.hxx b/xmloff/source/text/XMLIndexTableSourceContext.hxx index 30b0d1b2c876..4c3fb7cc0dad 100644 --- a/xmloff/source/text/XMLIndexTableSourceContext.hxx +++ b/xmloff/source/text/XMLIndexTableSourceContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLIndexTemplateContext.hxx b/xmloff/source/text/XMLIndexTemplateContext.hxx index 369eab7fe2b7..f67c92c082c5 100644 --- a/xmloff/source/text/XMLIndexTemplateContext.hxx +++ b/xmloff/source/text/XMLIndexTemplateContext.hxx @@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } struct SvXMLEnumMapEntry; diff --git a/xmloff/source/text/XMLIndexUserSourceContext.hxx b/xmloff/source/text/XMLIndexUserSourceContext.hxx index 476b9920404f..b69c6a9440b8 100644 --- a/xmloff/source/text/XMLIndexUserSourceContext.hxx +++ b/xmloff/source/text/XMLIndexUserSourceContext.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLPropertyBackpatcher.hxx b/xmloff/source/text/XMLPropertyBackpatcher.hxx index de4fe8819e1f..28c6b2ff3cb0 100644 --- a/xmloff/source/text/XMLPropertyBackpatcher.hxx +++ b/xmloff/source/text/XMLPropertyBackpatcher.hxx @@ -25,7 +25,6 @@ #include <vector> #include <comphelper/stl_types.hxx> -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace uno { template<class A> class Reference; } diff --git a/xmloff/source/text/XMLRedlineExport.hxx b/xmloff/source/text/XMLRedlineExport.hxx index 175c40ac5974..0b105301bcba 100644 --- a/xmloff/source/text/XMLRedlineExport.hxx +++ b/xmloff/source/text/XMLRedlineExport.hxx @@ -35,9 +35,6 @@ namespace com { namespace sun { namespace star { namespace text { class XTextContent; } namespace text { class XTextSection; } } } } -namespace rtl { - class OUString; -} // store a list of redline properties typedef ::std::list< diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx index a38632f82a28..11d3e6032467 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx @@ -31,7 +31,6 @@ class SvXMLImport; struct XMLPropertyState; class XMLPropertySetMapper; -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace uno { template<class X> class Reference; } namespace xml { namespace sax { class XAttributeList; } } diff --git a/xmloff/source/text/XMLSectionImportContext.hxx b/xmloff/source/text/XMLSectionImportContext.hxx index 5ffc1df8d81f..c8a4455d4c12 100644 --- a/xmloff/source/text/XMLSectionImportContext.hxx +++ b/xmloff/source/text/XMLSectionImportContext.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } /** diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx index f8077299933c..865ede4deab3 100644 --- a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx +++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx @@ -27,7 +27,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } class XMLSectionSourceDDEImportContext : public SvXMLImportContext { diff --git a/xmloff/source/text/XMLSectionSourceImportContext.hxx b/xmloff/source/text/XMLSectionSourceImportContext.hxx index 9f8c94e3cf2e..7111f22919a5 100644 --- a/xmloff/source/text/XMLSectionSourceImportContext.hxx +++ b/xmloff/source/text/XMLSectionSourceImportContext.hxx @@ -27,7 +27,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xml { namespace sax { class XAttributeList; } } } } } -namespace rtl { class OUString; } class XMLSectionSourceImportContext : public SvXMLImportContext { diff --git a/xmloff/source/text/XMLTextMarkImportContext.hxx b/xmloff/source/text/XMLTextMarkImportContext.hxx index 758f3b1b96ae..061ecc73a386 100644 --- a/xmloff/source/text/XMLTextMarkImportContext.hxx +++ b/xmloff/source/text/XMLTextMarkImportContext.hxx @@ -34,9 +34,6 @@ namespace com { namespace sun { namespace star { class XAttributeList; } } } } } -namespace rtl { - class OUString; -} class XMLTextImportHelper; class XMLFieldParamImportContext : public SvXMLImportContext diff --git a/xmloff/source/text/XMLTrackedChangesImportContext.hxx b/xmloff/source/text/XMLTrackedChangesImportContext.hxx index c0fc2d23c899..c0748e046a0a 100644 --- a/xmloff/source/text/XMLTrackedChangesImportContext.hxx +++ b/xmloff/source/text/XMLTrackedChangesImportContext.hxx @@ -30,9 +30,6 @@ namespace com { namespace sun { namespace star { class XAttributeList; } } } } } -namespace rtl { - class OUString; -} /** */ diff --git a/xmloff/source/text/txtdrope.hxx b/xmloff/source/text/txtdrope.hxx index 7e56f6081f3b..011aee4affa1 100644 --- a/xmloff/source/text/txtdrope.hxx +++ b/xmloff/source/text/txtdrope.hxx @@ -23,7 +23,6 @@ class SvXMLExport; namespace com { namespace sun { namespace star { namespace uno { class Any; } } } } -namespace rtl { class OUString; } class XMLTextDropCapExport { diff --git a/xmloff/source/text/txtdropi.hxx b/xmloff/source/text/txtdropi.hxx index 463ea8b86945..05c9cb9b7b78 100644 --- a/xmloff/source/text/txtdropi.hxx +++ b/xmloff/source/text/txtdropi.hxx @@ -23,7 +23,6 @@ #include "XMLElementPropertyContext.hxx" -namespace rtl { class OUString; } class XMLTextDropCapImportContext :public XMLElementPropertyContext { diff --git a/xmloff/source/transform/TransformerBase.hxx b/xmloff/source/transform/TransformerBase.hxx index d8de75a1fb0f..7b64bd7de436 100644 --- a/xmloff/source/transform/TransformerBase.hxx +++ b/xmloff/source/transform/TransformerBase.hxx @@ -30,7 +30,6 @@ #include "Transformer.hxx" -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace i18n { class XCharacterClassification; } }}} diff --git a/xmloff/source/xforms/SchemaContext.hxx b/xmloff/source/xforms/SchemaContext.hxx index 449b6ab04abb..4f3fd8f99e72 100644 --- a/xmloff/source/xforms/SchemaContext.hxx +++ b/xmloff/source/xforms/SchemaContext.hxx @@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xforms { class XDataTypeRepository; } } } } -namespace rtl { class OUString; } class SvXMLImport; class SvXMLImportContext; diff --git a/xmloff/source/xforms/SchemaRestrictionContext.hxx b/xmloff/source/xforms/SchemaRestrictionContext.hxx index 47c5c5124058..0cba7dca116e 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.hxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.hxx @@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xforms { class XDataTypeRepository; } } } } -namespace rtl { class OUString; } class SvXMLImport; class SvXMLImportContext; diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx index 4b91e8bf0607..61c86498474b 100644 --- a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx +++ b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx @@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xforms { class XDataTypeRepository; } } } } -namespace rtl { class OUString; } class SvXMLImport; class SvXMLImportContext; diff --git a/xmloff/source/xforms/TokenContext.hxx b/xmloff/source/xforms/TokenContext.hxx index 0e74939bc8a5..5bef1cd32488 100644 --- a/xmloff/source/xforms/TokenContext.hxx +++ b/xmloff/source/xforms/TokenContext.hxx @@ -31,7 +31,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace uno { template<typename T> class Reference; } } } } -namespace rtl { class OUString; } class SvXMLImport; #define TOKEN_MAP_ENTRY(NAMESPACE,TOKEN) { XML_NAMESPACE_##NAMESPACE, xmloff::token::XML_##TOKEN, xmloff::token::XML_##TOKEN } diff --git a/xmloff/source/xforms/XFormsBindContext.hxx b/xmloff/source/xforms/XFormsBindContext.hxx index 1705b2f4cde1..d92eca2a7aec 100644 --- a/xmloff/source/xforms/XFormsBindContext.hxx +++ b/xmloff/source/xforms/XFormsBindContext.hxx @@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xforms { class XModel2; } } } } -namespace rtl { class OUString; } class SvXMLImport; class SvXMLImportContext; diff --git a/xmloff/source/xforms/XFormsInstanceContext.hxx b/xmloff/source/xforms/XFormsInstanceContext.hxx index d19fbadd52d4..a01f703253bd 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.hxx +++ b/xmloff/source/xforms/XFormsInstanceContext.hxx @@ -34,7 +34,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xforms { class XModel2; } } } } -namespace rtl { class OUString; } class SvXMLImport; class SvXMLImportContext; diff --git a/xmloff/source/xforms/XFormsModelContext.hxx b/xmloff/source/xforms/XFormsModelContext.hxx index 8e538328dae9..43d1db977bc2 100644 --- a/xmloff/source/xforms/XFormsModelContext.hxx +++ b/xmloff/source/xforms/XFormsModelContext.hxx @@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } namespace beans { class XPropertySet; } } } } -namespace rtl { class OUString; } class SvXMLImport; class SvXMLImportContext; diff --git a/xmloff/source/xforms/XFormsSubmissionContext.hxx b/xmloff/source/xforms/XFormsSubmissionContext.hxx index bc09a4b6658f..843b704a896a 100644 --- a/xmloff/source/xforms/XFormsSubmissionContext.hxx +++ b/xmloff/source/xforms/XFormsSubmissionContext.hxx @@ -33,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace xforms { class XModel2; } } } } -namespace rtl { class OUString; } class SvXMLImport; class SvXMLImportContext; diff --git a/xmloff/source/xforms/xformsapi.hxx b/xmloff/source/xforms/xformsapi.hxx index 577599e18205..4776197f9eba 100644 --- a/xmloff/source/xforms/xformsapi.hxx +++ b/xmloff/source/xforms/xformsapi.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/uno/Any.hxx> -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } namespace frame { class XModel; } |