From 80d44afd085c5f35e9f4698679885087318fc65d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 May 2020 12:40:55 +0200 Subject: compact namespace in dbaccess..dtrans Change-Id: Ie4b619dd19cc4d12d240759abea9c3ffdedd5c7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93718 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/inc/app.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'desktop/inc') diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 4e61b58e7422..5b388493e0b1 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -32,9 +32,7 @@ #include #include -namespace com { namespace sun { namespace star { namespace uno { - class XComponentContext; -} } } } +namespace com::sun::star::uno { class XComponentContext; } namespace desktop { -- cgit