diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 20:57:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 06:58:05 +0100 |
commit | 21160cd09c3b7399bb34005a916ed5cd2866e43b (patch) | |
tree | b542cebeb8724c7f719413b95f54577ee59b23b3 /sw/source/ui | |
parent | 147af9e2cf7f937ed83ab00574b6a418a2cb629e (diff) |
clang-tidy modernize-concat-nested-namespace in sw
Change-Id: Ie7643f6a9f9df2591d9253b18259403c655e5bcf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86806
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/vba/wordvbahelper.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/source/ui/vba/wordvbahelper.cxx b/sw/source/ui/vba/wordvbahelper.cxx index b54fb6ef3103..add4b3ab778a 100644 --- a/sw/source/ui/vba/wordvbahelper.cxx +++ b/sw/source/ui/vba/wordvbahelper.cxx @@ -36,11 +36,7 @@ using namespace ::com::sun::star; using namespace ::ooo::vba; -namespace ooo -{ -namespace vba -{ -namespace word +namespace ooo::vba::word { SwDocShell* getDocShell( const uno::Reference< frame::XModel>& xModel ) @@ -175,8 +171,6 @@ bool gotoSelectedObjectAnchor( const uno::Reference< frame::XModel>& xModel ) return isObjectSelected; } -} // word -} } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |