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/svgdocument.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/svgdocument.hxx')
-rw-r--r-- | svgio/inc/svgdocument.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgdocument.hxx b/svgio/inc/svgdocument.hxx index e414b19390db..d2044fca47b9 100644 --- a/svgio/inc/svgdocument.hxx +++ b/svgio/inc/svgdocument.hxx @@ -25,9 +25,7 @@ #include <unordered_map> #include <vector> -namespace svgio -{ - namespace svgreader +namespace svgio::svgreader { typedef std::vector< std::unique_ptr<SvgNode> > SvgNodeVector; @@ -76,8 +74,8 @@ namespace svgio const SvgNodeVector& getSvgNodeVector() const { return maNodes; } const OUString& getAbsolutePath() const { return maAbsolutePath; } }; - } // end of namespace svgreader -} // end of namespace svgio + +} // end of namespace svgio::svgreader #endif // INCLUDED_SVGIO_INC_SVGDOCUMENT_HXX |