summaryrefslogtreecommitdiff
path: root/svgio/inc/svggradientstopnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svggradientstopnode.hxx')
-rw-r--r--svgio/inc/svggradientstopnode.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svggradientstopnode.hxx b/svgio/inc/svggradientstopnode.hxx
index 8d1303d3eab0..268ea6c29357 100644
--- a/svgio/inc/svggradientstopnode.hxx
+++ b/svgio/inc/svggradientstopnode.hxx
@@ -23,9 +23,7 @@
#include "svgnode.hxx"
#include "svgstyleattributes.hxx"
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgGradientStopNode final : public SvgNode
{
@@ -48,8 +46,8 @@ namespace svgio
/// offset content
const SvgNumber& getOffset() const { return maOffset; }
};
- } // end of namespace svgreader
-} // end of namespace svgio
+
+} // end of namespace svgio::svgreader
#endif // INCLUDED_SVGIO_INC_SVGGRADIENTSTOPNODE_HXX