summaryrefslogtreecommitdiff
path: root/svgio/inc/svgstylenode.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/svgstylenode.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/svgstylenode.hxx')
-rw-r--r--svgio/inc/svgstylenode.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgstylenode.hxx b/svgio/inc/svgstylenode.hxx
index 5582eff10ed9..0fd2eb035d4c 100644
--- a/svgio/inc/svgstylenode.hxx
+++ b/svgio/inc/svgstylenode.hxx
@@ -23,9 +23,7 @@
#include "svgnode.hxx"
#include "svgstyleattributes.hxx"
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgStyleNode final : public SvgNode
{
@@ -55,8 +53,8 @@ namespace svgio
bool isTextCss() const { return mbTextCss; }
void setTextCss(bool bNew) { mbTextCss = bNew; }
};
- } // end of namespace svgreader
-} // end of namespace svgio
+
+} // end of namespace svgio::svgreader
#endif // INCLUDED_SVGIO_INC_SVGSTYLENODE_HXX