summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtextnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtextnode.cxx')
-rw-r--r--svgio/source/svgreader/svgtextnode.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svgio/source/svgreader/svgtextnode.cxx b/svgio/source/svgreader/svgtextnode.cxx
index fc6e2b3ab19c..aff56aa7f3ea 100644
--- a/svgio/source/svgreader/svgtextnode.cxx
+++ b/svgio/source/svgreader/svgtextnode.cxx
@@ -24,10 +24,8 @@
#include <svgtextpathnode.hxx>
#include <svgtspannode.hxx>
-namespace svgio
+namespace svgio::svgreader
{
- namespace svgreader
- {
SvgTextNode::SvgTextNode(
SvgDocument& rDocument,
SvgNode* pParent)
@@ -261,7 +259,6 @@ namespace svgio
{
return getCurrentFontSizeInherited();
}
- } // end of namespace svgreader
-} // end of namespace svgio
+} // end of namespace svgio::svgreader
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */