diff options
Diffstat (limited to 'test/source/helper/form.cxx')
-rw-r--r-- | test/source/helper/form.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/source/helper/form.cxx b/test/source/helper/form.cxx index 89e9fb1a9536..77e6b163524c 100644 --- a/test/source/helper/form.cxx +++ b/test/source/helper/form.cxx @@ -22,11 +22,7 @@ using namespace css; -namespace apitest -{ -namespace helper -{ -namespace form +namespace apitest::helper::form { uno::Reference<drawing::XControlShape> OOO_DLLPUBLIC_TEST createCommandButton(const uno::Reference<lang::XComponent>& r_xComponent, @@ -60,8 +56,6 @@ uno::Reference<drawing::XControlShape> OOO_DLLPUBLIC_TEST createControlShape( return xControlShape; } -} // namespace form -} // namespace helper -} // namespace apitest +} // namespace apitest::helper::form /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |