diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:01:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:01:18 +0000 |
commit | 2d64331e7a002f841f8e78ded31919daf4441aba (patch) | |
tree | 8a66e8e881c7a178df719cf38d44506f71a283f4 /svtools | |
parent | 9e7825a198de9028f9d3807871348229e7e3b079 (diff) |
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.
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/numbers/numuno.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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... } |