From 32ff26f771a90050f524968dfd5381818274f673 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 9 May 2020 15:54:01 +0200 Subject: compact namespace in sc Change-Id: I05ffad6b92883d3eb6d337fe75f5fc7864485861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93860 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/charthelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc/charthelper.hxx') diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx index a12b64835dd3..61da8d797a4a 100644 --- a/sc/inc/charthelper.hxx +++ b/sc/inc/charthelper.hxx @@ -22,8 +22,8 @@ #include "rangelst.hxx" -namespace com { namespace sun { namespace star { namespace chart2 { class XChartDocument; } } } } -namespace com { namespace sun { namespace star { namespace uno { template class Sequence; } } } } +namespace com::sun::star::chart2 { class XChartDocument; } +namespace com::sun::star::uno { template class Sequence; } class SdrObject; class SdrPage; -- cgit