diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 13:18:22 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 21:21:02 +0100 |
commit | 6d3f6e77e1a21e53343339545502feecc69e6c78 (patch) | |
tree | 2ed4c7f94c46c0e84830ca445fe6c0325889f08a /io | |
parent | b6f5472ea147230b07a04f5677e1de8ea149cea5 (diff) |
tdf#146619 Drop unused 'using namespace' in: io/
Change-Id: I5cfd37be41e1d364f8d50b3a547453d418abb86d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165512
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 1 | ||||
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 1 | ||||
-rw-r--r-- | io/source/stm/odata.cxx | 1 | ||||
-rw-r--r-- | io/source/stm/omark.cxx | 1 | ||||
-rw-r--r-- | io/source/stm/opump.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index 1ce12a6e796e..29699e9adf9c 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -36,7 +36,6 @@ namespace com::sun::star::uno { class XComponentContext; } -using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 1271c4d09c96..e8706b407843 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -31,7 +31,6 @@ namespace com::sun::star::uno { class XComponentContext; } -using namespace ::osl; using namespace ::cppu; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index 6b19585da942..881b0cda132a 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -39,7 +39,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> using namespace ::cppu; -using namespace ::osl; using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index 3507eb0a0729..9cc5959f1f13 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -42,7 +42,6 @@ #include <mutex> using namespace ::cppu; -using namespace ::osl; using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx index df3e6132319d..62f6e85c3b95 100644 --- a/io/source/stm/opump.cxx +++ b/io/source/stm/opump.cxx @@ -35,7 +35,6 @@ #include <osl/thread.h> #include <mutex> -using namespace osl; using namespace cppu; using namespace com::sun::star::uno; using namespace com::sun::star::lang; |