summaryrefslogtreecommitdiff
path: root/svgio/inc/svgrectnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgrectnode.hxx')
-rw-r--r--svgio/inc/svgrectnode.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgrectnode.hxx b/svgio/inc/svgrectnode.hxx
index 5e1c5860cb72..9921a6a7ab9c 100644
--- a/svgio/inc/svgrectnode.hxx
+++ b/svgio/inc/svgrectnode.hxx
@@ -25,9 +25,7 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <memory>
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgRectNode final : public SvgNode
{
@@ -76,8 +74,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_SVGRECTNODE_HXX