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 --- chart2/source/inc/LegendHelper.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chart2/source/inc/LegendHelper.hxx') diff --git a/chart2/source/inc/LegendHelper.hxx b/chart2/source/inc/LegendHelper.hxx index 9b1d2546beca..75064f594eb6 100644 --- a/chart2/source/inc/LegendHelper.hxx +++ b/chart2/source/inc/LegendHelper.hxx @@ -23,9 +23,9 @@ #include "charttoolsdllapi.hxx" namespace chart { class ChartModel; } -namespace com { namespace sun { namespace star { namespace chart2 { class XDiagram; } } } } -namespace com { namespace sun { namespace star { namespace chart2 { class XLegend; } } } } -namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace com::sun::star::chart2 { class XDiagram; } +namespace com::sun::star::chart2 { class XLegend; } +namespace com::sun::star::uno { class XComponentContext; } namespace chart { -- cgit