summaryrefslogtreecommitdiff
path: root/svgio/inc/svgtspannode.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 21:10:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-20 08:42:57 +0200
commit982a9a2059225fb2890e5582969e43858b4a0ee9 (patch)
tree38816832c894fb4740563cb9dc5d43c891adb6f8 /svgio/inc/svgtspannode.hxx
parentbc262b9a3dafdbaf8aa8e85b3c9110bafdc6cae9 (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/svgtspannode.hxx')
-rw-r--r--svgio/inc/svgtspannode.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgtspannode.hxx b/svgio/inc/svgtspannode.hxx
index b6238d0f5929..e23c93c1a529 100644
--- a/svgio/inc/svgtspannode.hxx
+++ b/svgio/inc/svgtspannode.hxx
@@ -23,9 +23,7 @@
#include "svgcharacternode.hxx"
#include "svgstyleattributes.hxx"
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgTspanNode final : public SvgNode
{
@@ -50,8 +48,8 @@ namespace svgio
/// access to SvgTextPositions
const SvgTextPositions& getSvgTextPositions() const { return maSvgTextPositions; }
};
- } // end of namespace svgreader
-} // end of namespace svgio
+
+} // end of namespace svgio::svgreader
#endif // INCLUDED_SVGIO_INC_SVGTSPANNODE_HXX