summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 13:36:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 13:36:04 +0000
commit4ffaf544107d65c600b5749146f2d74f78e4299c (patch)
treebc13edee4e1e928abea71e34020cfcd829084df3 /basic/source/runtime/methods1.cxx
parent26bb3599d5dcc3e8d8534608b7ef37735ae4c966 (diff)
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.
Diffstat (limited to 'basic/source/runtime/methods1.cxx')
-rw-r--r--basic/source/runtime/methods1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index da82c46573fa..5aabc143982b 100644
--- a/basic/source/runtime/methods1.cxx
+++ b/basic/source/runtime/methods1.cxx
@@ -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 );
}