summaryrefslogtreecommitdiff
path: root/svgio/inc/svgcirclenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgcirclenode.hxx')
-rw-r--r--svgio/inc/svgcirclenode.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgcirclenode.hxx b/svgio/inc/svgcirclenode.hxx
index bdca4ba15d2e..afb63d7ede8a 100644
--- a/svgio/inc/svgcirclenode.hxx
+++ b/svgio/inc/svgcirclenode.hxx
@@ -25,9 +25,7 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <memory>
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgCircleNode final : public SvgNode
{
@@ -64,8 +62,8 @@ namespace svgio
const basegfx::B2DHomMatrix* getTransform() const { return mpaTransform.get(); }
void setTransform(const basegfx::B2DHomMatrix* pMatrix) { mpaTransform.reset(); if(pMatrix) mpaTransform.reset( new basegfx::B2DHomMatrix(*pMatrix) ); }
};
- } // end of namespace svgreader
-} // end of namespace svgio
+
+} // end of namespace svgio::svgreader
#endif // INCLUDED_SVGIO_INC_SVGCIRCLENODE_HXX