From da7489eb6aa9dfedb43f9be6e1b90e3ae06a75cc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 10 Jul 2020 15:19:30 +0200 Subject: compact namespace decl used git grep -lw namespace | xargs perl -i -p0e 's/(\w+)\s*.\{.\s*namespace\s*(\w+)/\1::\2/smg;' to do the initial replace, then compiled and fixed. Change-Id: If69904d75940c851aeffab0e78c4ba02cc968d44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98526 Tested-by: Jenkins Reviewed-by: Noel Grandin --- shell/source/backends/kf5be/kf5access.hxx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'shell/source') diff --git a/shell/source/backends/kf5be/kf5access.hxx b/shell/source/backends/kf5be/kf5access.hxx index 34ee7c6d3d6b..77e55fad5dda 100644 --- a/shell/source/backends/kf5be/kf5access.hxx +++ b/shell/source/backends/kf5be/kf5access.hxx @@ -24,19 +24,10 @@ #include -namespace com -{ -namespace sun -{ -namespace star -{ -namespace uno +namespace com::sun::star::uno { class Any; } -} -} -} namespace kf5access { -- cgit v1.2.3