summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgdocument.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgdocument.cxx')
-rw-r--r--svgio/source/svgreader/svgdocument.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svgio/source/svgreader/svgdocument.cxx b/svgio/source/svgreader/svgdocument.cxx
index 716db822a83c..458f4d1ceff9 100644
--- a/svgio/source/svgreader/svgdocument.cxx
+++ b/svgio/source/svgreader/svgdocument.cxx
@@ -19,10 +19,8 @@
#include <svgdocument.hxx>
-namespace svgio
+namespace svgio::svgreader
{
- namespace svgreader
- {
SvgDocument::SvgDocument(const OUString& rAbsolutePath)
: maNodes(),
maAbsolutePath(rAbsolutePath),
@@ -93,7 +91,6 @@ namespace svgio
}
}
- } // end of namespace svgreader
-} // end of namespace svgio
+} // end of namespace svgio::svgreader
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */