summaryrefslogtreecommitdiff
path: root/test/source/helper/shape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/helper/shape.cxx')
-rw-r--r--test/source/helper/shape.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/test/source/helper/shape.cxx b/test/source/helper/shape.cxx
index abb86e39e1a9..4fafcc0c7e48 100644
--- a/test/source/helper/shape.cxx
+++ b/test/source/helper/shape.cxx
@@ -19,11 +19,7 @@
using namespace css;
-namespace apitest
-{
-namespace helper
-{
-namespace shape
+namespace apitest::helper::shape
{
uno::Reference<drawing::XShape>
OOO_DLLPUBLIC_TEST createEllipse(const uno::Reference<lang::XComponent>& r_xComponent,
@@ -70,8 +66,6 @@ uno::Reference<drawing::XShape>
return xShape;
}
-} // namespace shape
-} // namespace helper
-} // namespace apitest
+} // namespace apitest::helper::shape
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */