From 2d64331e7a002f841f8e78ded31919daf4441aba Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 14 Dec 2005 14:01:18 +0000 Subject: INTEGRATION: CWS numberformat (1.4.62); FILE MERGED 2005/10/26 17:51:40 kendy 1.4.62.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS. --- svtools/source/numbers/numuno.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svtools') diff --git a/svtools/source/numbers/numuno.cxx b/svtools/source/numbers/numuno.cxx index 1ccaf03a3ce2..f6893fc1dcc9 100644 --- a/svtools/source/numbers/numuno.cxx +++ b/svtools/source/numbers/numuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: numuno.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:34:36 $ + * last change: $Author: rt $ $Date: 2005-12-14 15:01:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,7 @@ void SvNumberFormatsSupplierObj::SetNumberFormatter(SvNumberFormatter* pNew) pImpl->pFormatter = pNew; } -void SvNumberFormatsSupplierObj::NumberFormatDeleted(ULONG nKey) +void SvNumberFormatsSupplierObj::NumberFormatDeleted(sal_uInt32 nKey) { // Basis-Implementierung tut nix... } -- cgit