summaryrefslogtreecommitdiff
path: root/shell/qa/zip/testzipimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/qa/zip/testzipimpl.hxx')
-rw-r--r--shell/qa/zip/testzipimpl.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx
index ae1ff8cedd72..cdea8b209549 100644
--- a/shell/qa/zip/testzipimpl.hxx
+++ b/shell/qa/zip/testzipimpl.hxx
@@ -26,13 +26,11 @@
#include <algorithm>
#include <sal/types.h>
-using namespace std;
-
class TestZipImpl
{
private:
ZipFile zipFile;
- vector<string> expectedContents;
+ std::vector<std::string> expectedContents;
public:
explicit TestZipImpl(StreamInterface* stream);