diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 08:47:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 09:31:07 +0100 |
commit | 16d26d178785bead496af0850604d7816f0e453a (patch) | |
tree | 39fddcec02b5f12f6ad7c713f0c694f4eec0db36 /svx/source/table/tablecontroller.cxx | |
parent | bf17db716f4ecaf28c2a0797bf90c9b0731015d6 (diff) |
clang-tidy modernize-concat-nested-namespace in svx
Change-Id: I8a00f2823aa956afb995ee68c9f995bf08ad5239
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86824
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/table/tablecontroller.cxx')
-rw-r--r-- | svx/source/table/tablecontroller.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx index 3b53fe2f7e61..54c67302cd9a 100644 --- a/svx/source/table/tablecontroller.cxx +++ b/svx/source/table/tablecontroller.cxx @@ -110,7 +110,7 @@ enum class CellPosFlag // signals the relative position of a cell to a selectio namespace o3tl { template<> struct typed_flags<CellPosFlag> : is_typed_flags<CellPosFlag, 0xff> {}; } -namespace sdr { namespace table { +namespace sdr::table { namespace { @@ -3253,6 +3253,6 @@ bool SvxTableController::setCursorLogicPosition(const Point& rPosition, bool bPo return false; } -} } +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |