summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 13:52:10 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 13:52:10 +0000
commit9dcb9b8028a5e487887c5faff2fed41e8437826d (patch)
tree4ae727543e8ab0d5a6a382d50fecbcb4a619a163 /sw/source/ui
parentb5f4c769fafdbe2dec25080448dd1c2920e8bd37 (diff)
INTEGRATION: CWS numberformat (1.17.48); FILE MERGED
2005/10/26 17:50:51 kendy 1.17.48.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/table/tautofmt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index 920060ae36b8..6215908d9a98 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tautofmt.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:19:52 $
+ * last change: $Author: rt $ $Date: 2005-12-14 14:52:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -776,7 +776,7 @@ MAKENUMSTR:
short nType;
BOOL bNew;
xub_StrLen nCheckPos;
- ULONG nKey = pNumFmt->GetIndexPuttingAndConverting( sFmt, eLng,
+ sal_uInt32 nKey = pNumFmt->GetIndexPuttingAndConverting( sFmt, eLng,
eSys, nType, bNew, nCheckPos);
Color* pDummy;
pNumFmt->GetOutputString( nVal, nKey, cellString, &pDummy );