diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 14:03:18 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-01 10:03:25 +0200 |
commit | d7acb0fc227732d4537111eb88308bca922b1bc2 (patch) | |
tree | b680e2e036537f2267fd71e786832a9507ebb18d | |
parent | 4317a448cf4b5bb0d64acddd178c89f6a8effd5d (diff) |
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.extern@allotropia.de>
-rw-r--r-- | xmlscript/qa/cppunit/test.cxx | 1 | ||||
-rw-r--r-- | xmlscript/source/xml_helper/xml_byteseq.cxx | 1 | ||||
-rw-r--r-- | xmlscript/source/xml_helper/xml_impctx.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
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; |