diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 21:10:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-20 08:42:57 +0200 |
commit | 982a9a2059225fb2890e5582969e43858b4a0ee9 (patch) | |
tree | 38816832c894fb4740563cb9dc5d43c891adb6f8 /svgio/inc/svgmarkernode.hxx | |
parent | bc262b9a3dafdbaf8aa8e85b3c9110bafdc6cae9 (diff) |
compact namespace: svgio
Change-Id: I249fbc53ac766c0491b956bb8618be6bfa24558c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99011
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/inc/svgmarkernode.hxx')
-rw-r--r-- | svgio/inc/svgmarkernode.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgmarkernode.hxx b/svgio/inc/svgmarkernode.hxx index 135dc3c4fea8..645017e8845d 100644 --- a/svgio/inc/svgmarkernode.hxx +++ b/svgio/inc/svgmarkernode.hxx @@ -24,9 +24,7 @@ #include "svgstyleattributes.hxx" #include <memory> -namespace svgio -{ - namespace svgreader +namespace svgio::svgreader { class SvgMarkerNode : public SvgNode { @@ -103,8 +101,8 @@ namespace svgio bool getOrientAuto() const { return mbOrientAuto; } }; - } // end of namespace svgreader -} // end of namespace svgio + +} // end of namespace svgio::svgreader #endif // INCLUDED_SVGIO_INC_SVGMARKERNODE_HXX |