summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 15:21:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 15:49:03 +0100
commit9a578e9861d930782fd9432e79741d3378a30589 (patch)
treee5cfe33892f983f20abe96622138f4edb855fcf3 /basic
parent03fd45dce6afa83fc1fcbcd890edb36affd61981 (diff)
clang-tidy modernize-concat-nested-namespace in basic..canvas
Change-Id: I74a575e6ca7829ee252c0e315fc337ea223c944f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86758 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/vbahelper.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/basic/source/basmgr/vbahelper.cxx b/basic/source/basmgr/vbahelper.cxx
index 93b401bf9ed0..c0827dd92a24 100644
--- a/basic/source/basmgr/vbahelper.cxx
+++ b/basic/source/basmgr/vbahelper.cxx
@@ -29,8 +29,7 @@
#include <comphelper/processfactory.hxx>
#include <rtl/instance.hxx>
-namespace basic {
-namespace vba {
+namespace basic::vba {
using namespace ::com::sun::star;
@@ -183,7 +182,6 @@ void registerCurrentDirectory( const uno::Reference< frame::XModel >& rxModel, c
}
-} // namespace vba
} // namespace basic
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */