diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-02-15 01:18:28 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-02-16 08:14:39 +0000 |
commit | 857b74041aa339e56ee8b2a05a910172753ed783 (patch) | |
tree | 7b5ba27120faa015f86080fd91bed13828470020 /unotools | |
parent | 79176694ddc7bce40ce2b82d3f332be8642a5167 (diff) |
Drop 'using namespace ::std' in dirs [u-x]*
Change-Id: I8c044369826b00241496cfc7ba2463e507c0d1a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147077
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/cmdoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/compatibility.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/eventcfg.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx index 1408f22c2480..397e07718bef 100644 --- a/unotools/source/config/cmdoptions.cxx +++ b/unotools/source/config/cmdoptions.cxx @@ -33,7 +33,6 @@ #include <algorithm> #include <unordered_map> -using namespace ::std; using namespace ::utl; using namespace ::osl; using namespace ::com::sun::star::uno; diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx index eed01cce1c8b..400666ff34bc 100644 --- a/unotools/source/config/compatibility.cxx +++ b/unotools/source/config/compatibility.cxx @@ -32,7 +32,6 @@ #include <algorithm> -using namespace ::std; using namespace ::utl; using namespace ::osl; using namespace ::com::sun::star::uno; diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index a92618a81f56..085482f7e28f 100644 --- a/unotools/source/config/eventcfg.cxx +++ b/unotools/source/config/eventcfg.cxx @@ -36,7 +36,6 @@ #include <algorithm> #include <unordered_map> -using namespace ::std; using namespace ::utl; using namespace ::osl; using namespace ::com::sun::star::uno; |