summaryrefslogtreecommitdiff
path: root/test/source/unoapixml_test.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-29 14:20:48 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-03 19:02:48 +0200
commit1c9c748c71f7adff6b6ba1a893950c4ad3a4d1ff (patch)
treeaf0d2cb6492b6bbc7f11a33438b88e38f6226438 /test/source/unoapixml_test.cxx
parent374ac88c2cab8065eca3b9479c0039f6893fedf0 (diff)
tdf#146619 Drop unused 'using namespace' in: test/
Change-Id: I2b10b005a1f8ac9d4aa6af7516bca98e6dcd41c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165566 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'test/source/unoapixml_test.cxx')
-rw-r--r--test/source/unoapixml_test.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/source/unoapixml_test.cxx b/test/source/unoapixml_test.cxx
index bf0f830a7355..d07c97351066 100644
--- a/test/source/unoapixml_test.cxx
+++ b/test/source/unoapixml_test.cxx
@@ -19,7 +19,6 @@
#include <utility>
using namespace css;
-using namespace css::uno;
UnoApiXmlTest::UnoApiXmlTest(OUString path)
: UnoApiTest(std::move(path))