From ff1f6a5fc25db062e9a83521a657062f62f03ba6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Aug 2017 14:45:49 +0200 Subject: remove UL/L suffixes from integer constants in initialiser/call expressions Change-Id: Iae081567c4fa5b88edbd12cf2fbafd2b8f31b300 Reviewed-on: https://gerrit.libreoffice.org/41214 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/xml/xmltble.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 448f8a2deaed..391e82d7f9cc 100644 --- a/sw/source/filter/xml/xmltble.cxx +++ b/sw/source/filter/xml/xmltble.cxx @@ -74,7 +74,7 @@ public: explicit SwXMLTableColumn_Impl(sal_uInt32 nPosition) : SwWriteTableCol(nPosition) - , nRelWidth(0UL) + , nRelWidth(0) {}; void SetStyleName( const OUString& rName ) { sStyleName = rName; } @@ -120,7 +120,7 @@ public: SwXMLTableLines_Impl::SwXMLTableLines_Impl( const SwTableLines& rLines ) : pLines( &rLines ), - nWidth( 0UL ) + nWidth( 0 ) { #if OSL_DEBUG_LEVEL > 0 sal_uInt32 nEndCPos = 0U; -- cgit v1.2.3