summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 08:47:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 09:31:07 +0100
commit16d26d178785bead496af0850604d7816f0e453a (patch)
tree39fddcec02b5f12f6ad7c713f0c694f4eec0db36 /svx/source/table/cell.cxx
parentbf17db716f4ecaf28c2a0797bf90c9b0731015d6 (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/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index 67511b76fcc3..f4842d7d710d 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -145,9 +145,7 @@ SdrText* CellTextProvider::getText(sal_Int32 nIndex) const
}
-namespace sdr
-{
- namespace properties
+namespace sdr::properties
{
class CellProperties : public TextProperties
{
@@ -379,10 +377,9 @@ namespace sdr
AttributeProperties::ItemChange( nWhich, pNewItem );
}
- } // end of namespace properties
-} // end of namespace sdr
+ } // end of namespace sdr
-namespace sdr { namespace table {
+namespace sdr::table {
// Cell
@@ -1701,6 +1698,6 @@ void Cell::dumpAsXml(xmlTextWriterPtr pWriter, sal_Int32 nRow, sal_Int32 nCol) c
xmlTextWriterEndElement(pWriter);
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */