From 1e822e401ea8fe950c7fb62172ac61d8396c98e9 Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 19 Oct 2020 15:18:15 +0200 Subject: use tools::Long in sw Change-Id: I44be72b3a9b14823ec37a3c799cffb4fb4d6e1de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104527 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/xml/xmltble.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/xml/xmltble.cxx') diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx index 68dbde33016d..50528f430448 100644 --- a/sw/source/filter/xml/xmltble.cxx +++ b/sw/source/filter/xml/xmltble.cxx @@ -916,7 +916,7 @@ void SwXMLExport::ExportTableLine( const SwTableLine& rLine, const SwTableBox *pBox = rBoxes[nBox]; // NEW TABLES - const long nRowSpan = pBox->getRowSpan(); + const tools::Long nRowSpan = pBox->getRowSpan(); if( nRowSpan < 1 ) { SvXMLElementExport aElem2( *this, rTableInfo.GetPrefix(), -- cgit v1.2.3