summaryrefslogtreecommitdiff
path: root/svgio/inc/svgtextnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgtextnode.hxx')
-rw-r--r--svgio/inc/svgtextnode.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgtextnode.hxx b/svgio/inc/svgtextnode.hxx
index 999e99c2f236..f78e128dfac8 100644
--- a/svgio/inc/svgtextnode.hxx
+++ b/svgio/inc/svgtextnode.hxx
@@ -26,9 +26,7 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <memory>
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgTextNode final : public SvgNode
{
@@ -67,8 +65,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_SVGTEXTNODE_HXX