test/source/unoapixml_test.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 1c9c748c71f7adff6b6ba1a893950c4ad3a4d1ff
Author: Gabor Kelemen <[email protected]>
AuthorDate: Fri Mar 29 14:20:48 2024 +0100
Commit: Gabor Kelemen <[email protected]>
CommitDate: Wed Apr 3 19:02:48 2024 +0200
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 <[email protected]>
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))