summaryrefslogtreecommitdiff
path: root/svx/source/table/tablelayouter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:08:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 07:54:02 +0200
commitccc73667e0e3bc5ca37a2837c543c944cf924f20 (patch)
tree9ab57272a760607cf7b6363b1acaee554f85f9ef /svx/source/table/tablelayouter.hxx
parente44ca108d47d9eec9e109a325dd9352b94e913b0 (diff)
compact namespace in svx
Change-Id: I9229775999aa70c2b37c0527ba1c332143f9f2cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93877 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/table/tablelayouter.hxx')
-rw-r--r--svx/source/table/tablelayouter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablelayouter.hxx b/svx/source/table/tablelayouter.hxx
index 7978f6913619..e40b7a5862e0 100644
--- a/svx/source/table/tablelayouter.hxx
+++ b/svx/source/table/tablelayouter.hxx
@@ -35,7 +35,7 @@ namespace editeng {
class SvxBorderLine;
}
-namespace sdr { namespace table {
+namespace sdr::table {
/** returns true if the cell(nMergedCol,nMergedRow) is merged with other cells.
the returned cell( rOriginCol, rOriginRow ) is the origin( top left cell ) of the merge.
@@ -164,7 +164,7 @@ private:
BorderLineMap maVerticalBorders;
};
-} }
+}
#endif