summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 09:18:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 12:03:13 +0200
commitc37fe8886d8ce2f6374decc370a09b45e589ee0d (patch)
tree7a92d439f2ef323117bd3391d193f0d53c3a759e /scripting
parent366d08f2f6d4de922f6099c62bb81b49d89e0a68 (diff)
compact namespace in sal..svgio
Change-Id: I7e70614ea5a1cb1a1dc0ef8e9fb6fd48e85c3562 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/protocolhandler/scripthandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx
index 825f5ab75379..f23531a53fe4 100644
--- a/scripting/source/protocolhandler/scripthandler.hxx
+++ b/scripting/source/protocolhandler/scripthandler.hxx
@@ -29,7 +29,7 @@
#include <com/sun/star/script/provider/XScriptProvider.hpp>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace document {
class XScriptInvocationContext;
@@ -55,7 +55,7 @@ namespace com { namespace sun { namespace star {
namespace util {
struct URL;
}
-} } }
+}
namespace scripting_protocolhandler
{