summaryrefslogtreecommitdiff
path: root/svgio/inc/svgdocumenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgdocumenthandler.hxx')
-rw-r--r--svgio/inc/svgdocumenthandler.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svgio/inc/svgdocumenthandler.hxx b/svgio/inc/svgdocumenthandler.hxx
index 2fd7c1db28d8..0d80aff0ca8d 100644
--- a/svgio/inc/svgdocumenthandler.hxx
+++ b/svgio/inc/svgdocumenthandler.hxx
@@ -26,9 +26,7 @@
namespace svgio::svgreader { class SvgCharacterNode; }
-namespace svgio
-{
- namespace svgreader
+namespace svgio::svgreader
{
class SvgDocHdl final : public cppu::WeakImplHelper< css::xml::sax::XDocumentHandler >
{
@@ -60,8 +58,8 @@ namespace svgio
const SvgDocument& getSvgDocument() const { return maDocument; }
};
- } // end of namespace svgreader
-} // end of namespace svgio
+
+} // end of namespace svgio::svgreader
#endif // INCLUDED_SVGIO_INC_SVGDOCUMENTHANDLER_HXX