summaryrefslogtreecommitdiff
path: root/svgio/inc/svgellipsenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgellipsenode.hxx')
-rw-r--r--svgio/inc/svgellipsenode.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgellipsenode.hxx b/svgio/inc/svgellipsenode.hxx
index 5861b5a6464a..bd556c884a90 100644
--- a/svgio/inc/svgellipsenode.hxx
+++ b/svgio/inc/svgellipsenode.hxx
@@ -25,9 +25,7 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <memory>
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgEllipseNode final : public SvgNode
{
@@ -68,8 +66,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_SVGELLIPSENODE_HXX