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/qa/propertysetmixin/comp_propertysetmixin.cxx | 2 +- cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cppuhelper/qa') diff --git a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx index 2447c816522f..4de84ba3a28b 100644 --- a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx @@ -48,7 +48,7 @@ #include #include -namespace com { namespace sun { namespace star { +namespace com::sun::star { class XEventListener; } } } diff --git a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx index 4e0d3a9258bd..d6679dae5392 100644 --- a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx @@ -62,7 +62,7 @@ #include #include -namespace com { namespace sun { namespace star { +namespace com::sun::star { struct EventObject; } } } -- cgit