INTEGRATION: CWS numberformat (1.23.20); FILE MERGED

2005/10/26 17:50:20 kendy 1.23.20.1: #i55546#
The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
This commit is contained in:
Rüdiger Timm
2005-12-14 13:36:04 +00:00
parent 26bb3599d5
commit 4ffaf54410

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: methods1.cxx,v $
*
* $Revision: 1.23 $
* $Revision: 1.24 $
*
* last change: $Author: rt $ $Date: 2005-09-07 21:40:12 $
* last change: $Author: rt $ $Date: 2005-12-14 14:36:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2218,7 +2218,7 @@ RTLFUNC(FormatDateTime)
pFormatter = pINST->GetNumberFormatter();
else
{
ULONG n; // Dummy
sal_uInt32 n; // Dummy
SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n );
}