From 5e43e888f6b9bc32fc5d3361be5a7962796726ea Mon Sep 17 00:00:00 2001 From: Noel Date: Wed, 21 Oct 2020 09:30:59 +0200 Subject: use tools::Long in comphelper..cui Change-Id: I65167999c6049038f8f5d530a0c5cb0552ab0e06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104609 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/options/optchart.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/options/optchart.cxx') diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx index 7d740cfd2000..b8499c5ee886 100644 --- a/cui/source/options/optchart.cxx +++ b/cui/source/options/optchart.cxx @@ -82,8 +82,8 @@ void SvxDefaultColorOptPage::FillBoxChartColorLB() m_xLbChartColors->freeze(); ClearColorEntries(); - const long nCount(m_SvxChartColorTableUniquePtr->size()); - for (long i = 0; i < nCount; ++i) + const tools::Long nCount(m_SvxChartColorTableUniquePtr->size()); + for (tools::Long i = 0; i < nCount; ++i) InsertColorEntry((*m_SvxChartColorTableUniquePtr)[i]); m_xLbChartColors->thaw(); } -- cgit v1.2.1