From 12903057343f5d909e400fe778280a1c320923a6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 10 May 2020 09:20:21 +0200 Subject: compact namespace in xmlhelp..xmlsecurity Change-Id: I54f0a47a4b7a1f85481fd1e643ac55459d0383ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93907 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmlscript/source/inc/unoservices.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlscript/source') diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx index 4ad18b40ee23..aecdcea30427 100644 --- a/xmlscript/source/inc/unoservices.hxx +++ b/xmlscript/source/inc/unoservices.hxx @@ -24,10 +24,10 @@ #include #include -namespace com { namespace sun { namespace star { namespace uno { +namespace com::sun::star::uno { class XComponentContext; class XInterface; -} } } } +} namespace xmlscript { -- cgit