summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svggradientstopnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svggradientstopnode.cxx')
-rw-r--r--svgio/source/svgreader/svggradientstopnode.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svgio/source/svgreader/svggradientstopnode.cxx b/svgio/source/svgreader/svggradientstopnode.cxx
index 7035be0d2020..f271cddc83c3 100644
--- a/svgio/source/svgreader/svggradientstopnode.cxx
+++ b/svgio/source/svgreader/svggradientstopnode.cxx
@@ -19,10 +19,8 @@
#include <svggradientstopnode.hxx>
-namespace svgio
+namespace svgio::svgreader
{
- namespace svgreader
- {
SvgGradientStopNode::SvgGradientStopNode(
SvgDocument& rDocument,
SvgNode* pParent)
@@ -77,7 +75,6 @@ namespace svgio
}
}
- } // end of namespace svgreader
-} // end of namespace svgio
+} // end of namespace svgio::svgreader
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */