diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-05 20:33:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-05 23:03:52 +0200 |
commit | 1f90b8086fcad7ac033e76a96bf102db7c15e44f (patch) | |
tree | fc961a40b971a5cce79a4ce9ac9bcde61c3418b6 /stoc/source/namingservice | |
parent | 3068ab9a2c9307cbea2efa2b6924ce427bb54466 (diff) |
drop 'using namespace std' in s* + toolkit
Change-Id: Ibd0b983d46a5683df64b4de79cd444427705e9e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123118
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'stoc/source/namingservice')
-rw-r--r-- | stoc/source/namingservice/namingservice.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx index b600ab9c6794..acabb7370c6b 100644 --- a/stoc/source/namingservice/namingservice.cxx +++ b/stoc/source/namingservice/namingservice.cxx @@ -30,7 +30,6 @@ using namespace cppu; using namespace osl; -using namespace std; using namespace css::uno; using namespace css::lang; |