From 6751a89552f6d739b4e1563143fd3a019478f513 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 May 2020 10:59:40 +0200 Subject: compact namespace in canvas..cui Change-Id: I7bd0c2a55b936896fcfe7e1a374871008a18618f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93706 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cppuhelper/source/servicemanager.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cppuhelper/source/servicemanager.hxx') diff --git a/cppuhelper/source/servicemanager.hxx b/cppuhelper/source/servicemanager.hxx index a4363a1b8e63..ceac7c15a698 100644 --- a/cppuhelper/source/servicemanager.hxx +++ b/cppuhelper/source/servicemanager.hxx @@ -32,9 +32,9 @@ #include #include -namespace com { namespace sun { namespace star { namespace lang { +namespace com::sun::star::lang { class XSingleComponentFactory; -} } } } +} namespace cppu { struct ContextEntry_Init; } namespace com :: sun :: star :: lang { class XSingleServiceFactory; } namespace com :: sun :: star :: uno { class XComponentContext; } -- cgit