xmloff/source/core/XMLBase64ImportContext.cxx                   |    1 -
 xmloff/source/core/XMLEmbeddedObjectImportContext.cxx           |    1 -
 xmloff/source/core/xmluconv.cxx                                 |    1 -
 xmloff/source/draw/QRCodeContext.cxx                            |    1 -
 xmloff/source/draw/animimp.cxx                                  |    1 -
 xmloff/source/draw/descriptionimp.cxx                           |    3 ---
 xmloff/source/draw/eventimp.cxx                                 |    2 --
 xmloff/source/draw/layerexp.cxx                                 |    2 --
 xmloff/source/draw/layerimp.cxx                                 |    2 --
 xmloff/source/draw/ximpshow.cxx                                 |    1 -
 xmloff/source/forms/elementexport.cxx                           |    1 -
 xmloff/source/forms/formattributes.cxx                          |    2 --
 xmloff/source/forms/formcellbinding.cxx                         |    1 -
 xmloff/source/forms/formlayerexport.cxx                         |    2 --
 xmloff/source/forms/formlayerimport.cxx                         |    2 --
 xmloff/source/forms/propertyexport.cxx                          |    1 -
 xmloff/source/script/xmlscripti.cxx                             |    1 -
 xmloff/source/style/DrawAspectHdl.cxx                           |    1 -
 xmloff/source/style/PageMasterExportPropMapper.cxx              |    1 -
 xmloff/source/style/PageMasterPropHdlFactory.cxx                |    1 -
 xmloff/source/style/PageMasterPropMapper.cxx                    |    2 --
 xmloff/source/style/StyleMap.cxx                                |    3 ---
 xmloff/source/style/XMLBackgroundImageContext.cxx               |    1 -
 xmloff/source/style/XMLFontStylesContext.cxx                    |    2 --
 xmloff/source/style/xmlexppr.cxx                                |    1 -
 xmloff/source/style/xmlprmap.cxx                                |    2 --
 xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx |    1 -
 xmloff/source/text/XMLSectionSourceDDEImportContext.cxx         |    1 -
 xmloff/source/text/XMLTextListAutoStylePool.cxx                 |    1 -
 xmloff/source/text/XMLTextNumRuleInfo.cxx                       |    1 -
 xmloff/source/text/XMLTextTableContext.cxx                      |    3 ---
 xmloff/source/text/txtftne.cxx                                  |    1 -
 xmloff/source/text/txtparae.cxx                                 |    1 -
 xmloff/source/text/txtprmap.cxx                                 |    1 -
 xmloff/source/text/txtstyle.cxx                                 |    1 -
 xmloff/source/transform/ControlOOoTContext.cxx                  |    1 -
 xmloff/source/transform/Oasis2OOo.cxx                           |    2 --
 xmloff/source/transform/PersAttrListTContext.cxx                |    1 -
 xmloff/source/transform/TransformerActions.cxx                  |    2 --
 xmloff/source/transform/TransformerBase.cxx                     |    1 -
 40 files changed, 57 deletions(-)

New commits:
commit 4496544f5d7ea9eaf83478a8846e14455d5dda3c
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Thu Mar 14 23:14:31 2024 +0100
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Tue Mar 19 09:28:41 2024 +0100

    Remove unused namespaces from xmloff
    
    Change-Id: Id46c9512b8024c9dc50edfb200599b1901fbf3c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164940
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/xmloff/source/core/XMLBase64ImportContext.cxx 
b/xmloff/source/core/XMLBase64ImportContext.cxx
index 1476733642a3..6997a08340a6 100644
--- a/xmloff/source/core/XMLBase64ImportContext.cxx
+++ b/xmloff/source/core/XMLBase64ImportContext.cxx
@@ -26,7 +26,6 @@
 #include <xmloff/XMLBase64ImportContext.hxx>
 
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::xml::sax;
 using namespace ::com::sun::star::io;
 
 
diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx 
b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
index 980dd8e0572d..d9d57af9f664 100644
--- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
+++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx
@@ -37,7 +37,6 @@
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::util;
-using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::document;
 using namespace ::com::sun::star::xml::sax;
diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx
index 544bea50d3c5..27ed06144f54 100644
--- a/xmloff/source/core/xmluconv.cxx
+++ b/xmloff/source/core/xmluconv.cxx
@@ -54,7 +54,6 @@
 
 using namespace com::sun::star;
 using namespace com::sun::star::uno;
-using namespace com::sun::star::lang;
 using namespace com::sun::star::text;
 using namespace com::sun::star::style;
 using namespace ::com::sun::star::i18n;
diff --git a/xmloff/source/draw/QRCodeContext.cxx 
b/xmloff/source/draw/QRCodeContext.cxx
index 06477be637e0..434065b5f203 100644
--- a/xmloff/source/draw/QRCodeContext.cxx
+++ b/xmloff/source/draw/QRCodeContext.cxx
@@ -25,7 +25,6 @@ using namespace css;
 using namespace css::xml::sax;
 using namespace css::uno;
 using namespace css::drawing;
-using namespace css::graphic;
 using namespace xmloff::token;
 
 QRCodeContext::QRCodeContext(SvXMLImport& rImport, sal_Int32 /*nElement*/,
diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx
index 9e5d78ef3236..8248d51bd019 100644
--- a/xmloff/source/draw/animimp.cxx
+++ b/xmloff/source/draw/animimp.cxx
@@ -37,7 +37,6 @@
 #include <anim.hxx>
 #include <animimp.hxx>
 
-using namespace ::cppu;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::xml;
 using namespace ::com::sun::star::xml::sax;
diff --git a/xmloff/source/draw/descriptionimp.cxx 
b/xmloff/source/draw/descriptionimp.cxx
index c0187f905596..c553bb655287 100644
--- a/xmloff/source/draw/descriptionimp.cxx
+++ b/xmloff/source/draw/descriptionimp.cxx
@@ -24,10 +24,7 @@
 
 #include "descriptionimp.hxx"
 
-using namespace ::cppu;
 using namespace ::com::sun::star;
-using namespace ::com::sun::star::xml;
-using namespace ::com::sun::star::xml::sax;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::drawing;
 using namespace ::com::sun::star::beans;
diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx
index f4635d182377..c03f312bd9d8 100644
--- a/xmloff/source/draw/eventimp.cxx
+++ b/xmloff/source/draw/eventimp.cxx
@@ -33,14 +33,12 @@
 #include <xmloff/namespacemap.hxx>
 #include "eventimp.hxx"
 
-using namespace ::cppu;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::xml;
 using namespace ::com::sun::star::xml::sax;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::drawing;
 using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::document;
 using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::presentation;
diff --git a/xmloff/source/draw/layerexp.cxx b/xmloff/source/draw/layerexp.cxx
index 82a8dd410d6a..7f4269627f2a 100644
--- a/xmloff/source/draw/layerexp.cxx
+++ b/xmloff/source/draw/layerexp.cxx
@@ -30,12 +30,10 @@
 
 using ::com::sun::star::uno::Reference;
 
-using namespace ::cppu;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::drawing;
 using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::container;
 using namespace ::xmloff::token;
 
diff --git a/xmloff/source/draw/layerimp.cxx b/xmloff/source/draw/layerimp.cxx
index 4535ecc5a908..36255b438739 100644
--- a/xmloff/source/draw/layerimp.cxx
+++ b/xmloff/source/draw/layerimp.cxx
@@ -33,7 +33,6 @@
 
 #include <XMLStringBufferImportContext.hxx>
 
-using namespace ::cppu;
 using namespace ::xmloff::token;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::xml;
@@ -41,7 +40,6 @@ using namespace ::com::sun::star::xml::sax;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::drawing;
 using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::container;
 
 namespace {
diff --git a/xmloff/source/draw/ximpshow.cxx b/xmloff/source/draw/ximpshow.cxx
index 19d981129185..0b1fabb53a0a 100644
--- a/xmloff/source/draw/ximpshow.cxx
+++ b/xmloff/source/draw/ximpshow.cxx
@@ -29,7 +29,6 @@
 #include <xmloff/xmluconv.hxx>
 #include "ximpshow.hxx"
 
-using namespace ::cppu;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::xml;
 using namespace ::com::sun::star::xml::sax;
diff --git a/xmloff/source/forms/elementexport.cxx 
b/xmloff/source/forms/elementexport.cxx
index 7532a05eb235..3281dd956d63 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -84,7 +84,6 @@ namespace xmloff
     using namespace ::com::sun::star::container;
     using namespace ::com::sun::star::script;
     using namespace ::com::sun::star::io;
-    using namespace ::com::sun::star::table;
     using namespace ::com::sun::star::text;
     using namespace ::com::sun::star::form::binding;
 
diff --git a/xmloff/source/forms/formattributes.cxx 
b/xmloff/source/forms/formattributes.cxx
index 6b7b3fb9f099..0b8b84d0f299 100644
--- a/xmloff/source/forms/formattributes.cxx
+++ b/xmloff/source/forms/formattributes.cxx
@@ -30,8 +30,6 @@ namespace xmloff
 {
 
     using namespace ::com::sun::star::uno;
-    using namespace ::com::sun::star::lang;
-    using namespace ::com::sun::star::beans;
 
     //= OAttributeMetaData
     OUString OAttributeMetaData::getCommonControlAttributeName(CCAFlags _nId)
diff --git a/xmloff/source/forms/formcellbinding.cxx 
b/xmloff/source/forms/formcellbinding.cxx
index f9b352d03018..2a7a26bb71b0 100644
--- a/xmloff/source/forms/formcellbinding.cxx
+++ b/xmloff/source/forms/formcellbinding.cxx
@@ -40,7 +40,6 @@ namespace xmloff
     using namespace ::com::sun::star::frame;
     using namespace ::com::sun::star::sheet;
     using namespace ::com::sun::star::container;
-    using namespace ::com::sun::star::drawing;
     using namespace ::com::sun::star::table;
     using namespace ::com::sun::star::form;
     using namespace ::com::sun::star::lang;
diff --git a/xmloff/source/forms/formlayerexport.cxx 
b/xmloff/source/forms/formlayerexport.cxx
index 661e83630e04..da6a49ab62ec 100644
--- a/xmloff/source/forms/formlayerexport.cxx
+++ b/xmloff/source/forms/formlayerexport.cxx
@@ -27,10 +27,8 @@ namespace xmloff
 {
 
     using namespace ::com::sun::star::uno;
-    using namespace ::com::sun::star::lang;
     using namespace ::com::sun::star::awt;
     using namespace ::com::sun::star::beans;
-    using namespace ::com::sun::star::container;
     using namespace ::com::sun::star::drawing;
 
     //= OFormLayerXMLExport
diff --git a/xmloff/source/forms/formlayerimport.cxx 
b/xmloff/source/forms/formlayerimport.cxx
index 400466bfdc4d..32c193711f5b 100644
--- a/xmloff/source/forms/formlayerimport.cxx
+++ b/xmloff/source/forms/formlayerimport.cxx
@@ -28,9 +28,7 @@ namespace xmloff
 {
 
     using namespace ::com::sun::star::uno;
-    using namespace ::com::sun::star::lang;
     using namespace ::com::sun::star::beans;
-    using namespace ::com::sun::star::container;
     using namespace ::com::sun::star::drawing;
     using namespace ::com::sun::star;
 
diff --git a/xmloff/source/forms/propertyexport.cxx 
b/xmloff/source/forms/propertyexport.cxx
index 11f036b220bc..1c5c16dfbcb0 100644
--- a/xmloff/source/forms/propertyexport.cxx
+++ b/xmloff/source/forms/propertyexport.cxx
@@ -47,7 +47,6 @@ namespace xmloff
 
     using namespace css;
     using namespace ::com::sun::star::uno;
-    using namespace ::com::sun::star::lang;
     using namespace ::com::sun::star::beans;
 
     // NO using namespace ...util !!!
diff --git a/xmloff/source/script/xmlscripti.cxx 
b/xmloff/source/script/xmlscripti.cxx
index 7da3607efa00..bb0e950b0659 100644
--- a/xmloff/source/script/xmlscripti.cxx
+++ b/xmloff/source/script/xmlscripti.cxx
@@ -31,7 +31,6 @@
 
 using namespace com::sun::star;
 using namespace com::sun::star::uno;
-using namespace com::sun::star::lang;
 using namespace com::sun::star::frame;
 using namespace com::sun::star::document;
 using namespace com::sun::star::xml::sax;
diff --git a/xmloff/source/style/DrawAspectHdl.cxx 
b/xmloff/source/style/DrawAspectHdl.cxx
index c77023d7da86..10cc762ec954 100644
--- a/xmloff/source/style/DrawAspectHdl.cxx
+++ b/xmloff/source/style/DrawAspectHdl.cxx
@@ -24,7 +24,6 @@
 #include <xmloff/xmltoken.hxx>
 
 using namespace ::com::sun::star;
-using namespace ::xmloff::token;
 
 DrawAspectHdl::~DrawAspectHdl()
 {
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx 
b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 1da95f35cdb7..9b7ff71874e8 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -32,7 +32,6 @@ using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::beans;
 using namespace ::comphelper;
-using namespace ::xmloff::token;
 
 static bool lcl_HasSameLineWidth( const table::BorderLine2& rLine1, const 
table::BorderLine2& rLine2 )
 {
diff --git a/xmloff/source/style/PageMasterPropHdlFactory.cxx 
b/xmloff/source/style/PageMasterPropHdlFactory.cxx
index 88a14fb809c4..1cb396803aba 100644
--- a/xmloff/source/style/PageMasterPropHdlFactory.cxx
+++ b/xmloff/source/style/PageMasterPropHdlFactory.cxx
@@ -39,7 +39,6 @@
 
 using namespace ::xmloff::token;
 using namespace ::com::sun::star;
-using namespace ::com::sun::star::drawing;
 
 SvXMLEnumMapEntry<sal_uInt16> const aXML_TextGridMode_ConstantMap[] =
 {
diff --git a/xmloff/source/style/PageMasterPropMapper.cxx 
b/xmloff/source/style/PageMasterPropMapper.cxx
index c792ff0a0eb0..40f33139351c 100644
--- a/xmloff/source/style/PageMasterPropMapper.cxx
+++ b/xmloff/source/style/PageMasterPropMapper.cxx
@@ -26,8 +26,6 @@
 #include <com/sun/star/beans/XPropertySet.hpp>
 
 using namespace ::com::sun::star;
-using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::beans;
 
 XMLPageMasterPropSetMapper::XMLPageMasterPropSetMapper():
     XMLPropertySetMapper( aXMLPageMasterStyleMap, new 
XMLPageMasterPropHdlFactory(), false/*bForExport*/)
diff --git a/xmloff/source/style/StyleMap.cxx b/xmloff/source/style/StyleMap.cxx
index cb7acfb33d53..43954330cb7c 100644
--- a/xmloff/source/style/StyleMap.cxx
+++ b/xmloff/source/style/StyleMap.cxx
@@ -19,9 +19,6 @@
 
 #include <StyleMap.hxx>
 
-using namespace css::uno;
-using namespace css::lang;
-
 StyleMap::StyleMap() {}
 
 StyleMap::~StyleMap() {}
diff --git a/xmloff/source/style/XMLBackgroundImageContext.cxx 
b/xmloff/source/style/XMLBackgroundImageContext.cxx
index 08bcf08597cb..fb655d132385 100644
--- a/xmloff/source/style/XMLBackgroundImageContext.cxx
+++ b/xmloff/source/style/XMLBackgroundImageContext.cxx
@@ -38,7 +38,6 @@
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::style;
-using namespace ::com::sun::star::io;
 using namespace ::xmloff::token;
 
 const SvXMLEnumMapEntry<GraphicLocation> psXML_BrushHoriPos[] =
diff --git a/xmloff/source/style/XMLFontStylesContext.cxx 
b/xmloff/source/style/XMLFontStylesContext.cxx
index 71fe2ad5149b..396ae42abd49 100644
--- a/xmloff/source/style/XMLFontStylesContext.cxx
+++ b/xmloff/source/style/XMLFontStylesContext.cxx
@@ -41,8 +41,6 @@ using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::xml::sax;
 using namespace ::com::sun::star::container;
-using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::awt;
 using namespace ::xmloff::token;
 
diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx
index f7687e2b3355..0c54958421e1 100644
--- a/xmloff/source/style/xmlexppr.cxx
+++ b/xmloff/source/style/xmlexppr.cxx
@@ -49,7 +49,6 @@
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
 using namespace ::xmloff::token;
 
 #define GET_PROP_TYPE( f ) static_cast<sal_uInt16>((f & XML_TYPE_PROP_MASK) >> 
XML_TYPE_PROP_SHIFT)
diff --git a/xmloff/source/style/xmlprmap.cxx b/xmloff/source/style/xmlprmap.cxx
index 57ab4903669d..85c826682d0d 100644
--- a/xmloff/source/style/xmlprmap.cxx
+++ b/xmloff/source/style/xmlprmap.cxx
@@ -30,8 +30,6 @@
 
 #include <vector>
 
-using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::beans;
 using ::xmloff::token::GetXMLToken;
 
 namespace {
diff --git a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx 
b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
index ae2d648f5720..d1e435abc0c8 100644
--- a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
+++ b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
@@ -34,7 +34,6 @@
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <comphelper/sequence.hxx>
 
-using namespace ::com::sun::star::text;
 using namespace ::com::sun::star::uno;
 using namespace ::xmloff::token;
 
diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx 
b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
index f6f2ca77883f..dc576fcf6e3d 100644
--- a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
+++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
@@ -35,7 +35,6 @@ using ::com::sun::star::uno::Reference;
 using ::com::sun::star::xml::sax::XFastAttributeList;
 
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::text;
 using namespace ::xmloff::token;
 
 XMLSectionSourceDDEImportContext::XMLSectionSourceDDEImportContext(
diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx 
b/xmloff/source/text/XMLTextListAutoStylePool.cxx
index e0116a7cdb30..99230ecc1896 100644
--- a/xmloff/source/text/XMLTextListAutoStylePool.cxx
+++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx
@@ -35,7 +35,6 @@
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::style;
 
diff --git a/xmloff/source/text/XMLTextNumRuleInfo.cxx 
b/xmloff/source/text/XMLTextNumRuleInfo.cxx
index 69b4548891f6..da44ee18d476 100644
--- a/xmloff/source/text/XMLTextNumRuleInfo.cxx
+++ b/xmloff/source/text/XMLTextNumRuleInfo.cxx
@@ -32,7 +32,6 @@
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::container;
-using namespace ::com::sun::star::style;
 
 // Complete refactoring of the class and enhancement of the class for lists.
 XMLTextNumRuleInfo::XMLTextNumRuleInfo()
diff --git a/xmloff/source/text/XMLTextTableContext.cxx 
b/xmloff/source/text/XMLTextTableContext.cxx
index 2a56c0e60bc3..8a08ef8b7139 100644
--- a/xmloff/source/text/XMLTextTableContext.cxx
+++ b/xmloff/source/text/XMLTextTableContext.cxx
@@ -20,9 +20,6 @@
 #include <xmloff/XMLTextTableContext.hxx>
 
 
-using namespace ::com::sun::star::uno;
-
-
 XMLTextTableContext::XMLTextTableContext( SvXMLImport& rImport ) :
     SvXMLImportContext( rImport )
 {
diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx
index af713adc7e8f..934d311c6cc6 100644
--- a/xmloff/source/text/txtftne.cxx
+++ b/xmloff/source/text/txtftne.cxx
@@ -55,7 +55,6 @@ using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::text;
-using namespace ::com::sun::star::container;
 using namespace ::xmloff::token;
 
 
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index c2244dfcd66b..1b2e8cf9ebb9 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -120,7 +120,6 @@ using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::text;
 using namespace ::com::sun::star::style;
-using namespace ::com::sun::star::util;
 using namespace ::com::sun::star::drawing;
 using namespace ::com::sun::star::document;
 using namespace ::com::sun::star::graphic;
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index 05a3284ffbc3..5d958f314587 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -29,7 +29,6 @@
 #include <xmlprop.hxx>
 
 using namespace ::com::sun::star;
-using namespace ::com::sun::star::uno;
 using namespace ::xmloff::token;
 
 #define M_E_( a, p, l, t, c ) \
diff --git a/xmloff/source/text/txtstyle.cxx b/xmloff/source/text/txtstyle.cxx
index 552e6883383e..4f0cf13e84db 100644
--- a/xmloff/source/text/txtstyle.cxx
+++ b/xmloff/source/text/txtstyle.cxx
@@ -42,7 +42,6 @@
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::style;
-using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::beans;
 using namespace ::xmloff::token;
 
diff --git a/xmloff/source/transform/ControlOOoTContext.cxx 
b/xmloff/source/transform/ControlOOoTContext.cxx
index 1391b7225af2..7653b14e3a56 100644
--- a/xmloff/source/transform/ControlOOoTContext.cxx
+++ b/xmloff/source/transform/ControlOOoTContext.cxx
@@ -26,7 +26,6 @@
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::xml::sax;
-using namespace ::xmloff::token;
 
 XMLControlOOoTransformerContext::XMLControlOOoTransformerContext(
         XMLTransformerBase& rImp,
diff --git a/xmloff/source/transform/Oasis2OOo.cxx 
b/xmloff/source/transform/Oasis2OOo.cxx
index 88cc9b81b103..5bb3dbf01305 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -46,10 +46,8 @@
 #include "Oasis2OOo.hxx"
 #include <cppuhelper/supportsservice.hxx>
 
-using namespace ::osl;
 using namespace ::xmloff::token;
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::xml::sax;
 using namespace ::com::sun::star::beans;
 
diff --git a/xmloff/source/transform/PersAttrListTContext.cxx 
b/xmloff/source/transform/PersAttrListTContext.cxx
index 53e20b0a36bf..c6239fb3a690 100644
--- a/xmloff/source/transform/PersAttrListTContext.cxx
+++ b/xmloff/source/transform/PersAttrListTContext.cxx
@@ -26,7 +26,6 @@
 
 
 using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::util;
 using namespace ::com::sun::star::xml::sax;
 
 void XMLPersAttrListTContext::AddAttribute(
diff --git a/xmloff/source/transform/TransformerActions.cxx 
b/xmloff/source/transform/TransformerActions.cxx
index 870822f40828..3d4016673994 100644
--- a/xmloff/source/transform/TransformerActions.cxx
+++ b/xmloff/source/transform/TransformerActions.cxx
@@ -22,9 +22,7 @@
 #include <osl/diagnose.h>
 
 
-using namespace ::osl;
 using namespace ::xmloff::token;
-using namespace ::com::sun::star::uno;
 
 XMLTransformerActions::XMLTransformerActions( XMLTransformerActionInit const 
*pInit )
 {
diff --git a/xmloff/source/transform/TransformerBase.cxx 
b/xmloff/source/transform/TransformerBase.cxx
index 7d64b905900a..90f2baf9de7d 100644
--- a/xmloff/source/transform/TransformerBase.cxx
+++ b/xmloff/source/transform/TransformerBase.cxx
@@ -43,7 +43,6 @@
 #include "TransformerBase.hxx"
 #include <xmloff/xmlimp.hxx>
 
-using namespace ::osl;
 using namespace ::xmloff::token;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;

Reply via email to