summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-06 21:24:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-07 14:26:46 +0200
commite4a46880debff1c594a0495d8312fa5a93c77d0f (patch)
tree3207e8cebac4d5e6db1a8d17e40c46035deba522 /filter
parentResolves tdf#144693 - TipOfTheDay does not progress (diff)
downloadcore-e4a46880debff1c594a0495d8312fa5a93c77d0f.tar.gz
core-e4a46880debff1c594a0495d8312fa5a93c77d0f.zip
drop 'using namespace std' in filter/qa
Change-Id: I7b5a1a773c26e8ef0fe3dcd0a1cdf5ebba75d52f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123191 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/qa/cppunit/priority-test.cxx1
-rw-r--r--filter/qa/cppunit/xslt-test.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/filter/qa/cppunit/priority-test.cxx b/filter/qa/cppunit/priority-test.cxx
index 018d882a7215..18e63c3188ee 100644
--- a/filter/qa/cppunit/priority-test.cxx
+++ b/filter/qa/cppunit/priority-test.cxx
@@ -21,7 +21,6 @@
#include <unotest/bootstrapfixturebase.hxx>
-using namespace std;
using namespace css;
namespace {
diff --git a/filter/qa/cppunit/xslt-test.cxx b/filter/qa/cppunit/xslt-test.cxx
index 528e34c2916d..c3b27b2dbc24 100644
--- a/filter/qa/cppunit/xslt-test.cxx
+++ b/filter/qa/cppunit/xslt-test.cxx
@@ -33,7 +33,6 @@
#include <test/bootstrapfixture.hxx>
-using namespace std;
using namespace ::com::sun::star;