summaryrefslogtreecommitdiff
path: root/svgio/inc/svgstylenode.hxx
diff options
context:
space:
mode:
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