diff options
Diffstat (limited to 'unotest/source/cpp/getargument.cxx')
-rw-r--r-- | unotest/source/cpp/getargument.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/unotest/source/cpp/getargument.cxx b/unotest/source/cpp/getargument.cxx index 5beaf5705a4b..61277f8a849a 100644 --- a/unotest/source/cpp/getargument.cxx +++ b/unotest/source/cpp/getargument.cxx @@ -26,9 +26,7 @@ #include "getargument.hxx" -namespace test { - -namespace detail { +namespace test::detail { bool getArgument(OUString const & name, OUString * value) { OSL_ASSERT(value != nullptr); @@ -37,6 +35,4 @@ bool getArgument(OUString const & name, OUString * value) { } -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |