From f2f0b33244d2c7a17267045efd83c26d5b4a2c94 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 14 Dec 2005 14:04:45 +0000 Subject: INTEGRATION: CWS numberformat (1.3.44); FILE MERGED 2005/10/26 17:51:46 kendy 1.3.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS. --- sc/source/core/data/dpdimsave.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source') diff --git a/sc/source/core/data/dpdimsave.cxx b/sc/source/core/data/dpdimsave.cxx index afdb3b657a4f..3d4ceb79cc84 100644 --- a/sc/source/core/data/dpdimsave.cxx +++ b/sc/source/core/data/dpdimsave.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dpdimsave.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:22:17 $ + * last change: $Author: rt $ $Date: 2005-12-14 15:04:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,7 +130,7 @@ void ScDPSaveGroupItem::AddToData( ScDPGroupDimension& rDataDim, SvNumberFormatt for ( std::vector::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIter++ ) { - ULONG nFormat = 0; //! ... + sal_uInt32 nFormat = 0; //! ... double fValue; if ( pFormatter->IsNumberFormat( *aIter, nFormat, fValue ) ) aData = ScDPItemData( *aIter, fValue, TRUE ); -- cgit v1.2.3