summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/paramwrapper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 08:45:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 08:43:46 +0100
commitb43f64f430bc19c07f6b5d457a9168de5fb9de69 (patch)
tree388cd4c39c5645c4a1511f388f3f2b8b768e8222 /connectivity/source/commontools/paramwrapper.cxx
parent3a0c4574449fc2313306c4e0e39bb7416cc20657 (diff)
clang-tidy modernize-concat-nested-namespace in connectivity
Change-Id: Id18966cc44c012730a872ebfa93f2b468cefff38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86823 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/commontools/paramwrapper.cxx')
-rw-r--r--connectivity/source/commontools/paramwrapper.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/commontools/paramwrapper.cxx b/connectivity/source/commontools/paramwrapper.cxx
index 92c78e319276..e56cf9e24f01 100644
--- a/connectivity/source/commontools/paramwrapper.cxx
+++ b/connectivity/source/commontools/paramwrapper.cxx
@@ -33,9 +33,7 @@
#define PROPERTY_ID_VALUE 1000
-namespace dbtools
-{
-namespace param
+namespace dbtools::param
{
@@ -349,7 +347,7 @@ namespace param
}
-} } // namespace dbtools::param
+} // namespace dbtools::param
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */