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/svgstyleattributes.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/svgstyleattributes.hxx')
-rw-r--r-- | svgio/inc/svgstyleattributes.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgstyleattributes.hxx b/svgio/inc/svgstyleattributes.hxx index dc0a86a88fe6..62e39adb943b 100644 --- a/svgio/inc/svgstyleattributes.hxx +++ b/svgio/inc/svgstyleattributes.hxx @@ -38,9 +38,7 @@ namespace svgio::svgreader { } -namespace svgio -{ - namespace svgreader +namespace svgio::svgreader { enum StrokeLinecap { @@ -438,8 +436,8 @@ namespace svgio BaselineShift getBaselineShift() const { return maBaselineShift; } SvgNumber getBaselineShiftNumber() const; }; - } // end of namespace svgreader -} // end of namespace svgio + +} // end of namespace svgio::svgreader #endif // INCLUDED_SVGIO_INC_SVGSTYLEATTRIBUTES_HXX |