xmlscript/qa/cppunit/test.cxx               |    1 -
 xmlscript/source/xml_helper/xml_byteseq.cxx |    1 -
 xmlscript/source/xml_helper/xml_impctx.cxx  |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit d7acb0fc227732d4537111eb88308bca922b1bc2
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Fri Mar 29 14:03:18 2024 +0100
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Mon Apr 1 10:03:25 2024 +0200

    tdf#146619 Drop unused 'using namespace' in: xmlscript/
    
    Change-Id: Ic9874b77bdbb1d30fb587c5c8bbd62e4811c71e3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165528
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/xmlscript/qa/cppunit/test.cxx b/xmlscript/qa/cppunit/test.cxx
index f29c9bb7ba59..6db22be43738 100644
--- a/xmlscript/qa/cppunit/test.cxx
+++ b/xmlscript/qa/cppunit/test.cxx
@@ -33,7 +33,6 @@
 #include <xmlscript/xml_helper.hxx>
 #include <cppuhelper/bootstrap.hxx>
 
-using namespace ::cppu;
 using namespace ::com::sun::star::uno;
 
 using namespace ::com::sun::star;
diff --git a/xmlscript/source/xml_helper/xml_byteseq.cxx 
b/xmlscript/source/xml_helper/xml_byteseq.cxx
index 2ae8ecea1661..a4cca34e2649 100644
--- a/xmlscript/source/xml_helper/xml_byteseq.cxx
+++ b/xmlscript/source/xml_helper/xml_byteseq.cxx
@@ -24,7 +24,6 @@
 #include <com/sun/star/io/XInputStream.hpp>
 #include <com/sun/star/io/XOutputStream.hpp>
 
-using namespace osl;
 using namespace com::sun::star;
 using namespace com::sun::star::uno;
 
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx 
b/xmlscript/source/xml_helper/xml_impctx.cxx
index 27a5e746a854..e9255e91a3bc 100644
--- a/xmlscript/source/xml_helper/xml_impctx.cxx
+++ b/xmlscript/source/xml_helper/xml_impctx.cxx
@@ -36,7 +36,6 @@
 #include <unordered_map>
 #include <vector>
 
-using namespace ::osl;
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 

Reply via email to