diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-04 20:37:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-04 22:25:07 +0200 |
commit | bf82274d327146ec0aa2b4f8a0e6d1bf24366cb3 (patch) | |
tree | 180b6185aa3d5194d89cd21d901f70ed32e5c5dd /shell | |
parent | b845fc51bb5c40eac121bbe52d8c77257bcbcdf3 (diff) |
drop 'using namespace std' in sax/sc/scaddins/sfx2/shell
Change-Id: I422a6d5b0151115203fd2d7c0fc5597903d3ec8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123064
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/qa/zip/ziptest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx index 2ebe056d5b8b..c2eb74222429 100644 --- a/shell/qa/zip/ziptest.cxx +++ b/shell/qa/zip/ziptest.cxx @@ -31,12 +31,11 @@ #include <string> #include <stream_helper.hxx> #include "testzipimpl.hxx" -using namespace std; class Test : public CppUnit::TestFixture { private: - wstring documentName; + std::wstring documentName; LPSTREAM pStream; public: |