diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 13:55:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 13:55:51 +0000 |
commit | 7973a774fdfe0e3a380accb3593c9afe2354d898 (patch) | |
tree | d4436cdd9d45d0530f820158145d3782965d80aa /svx/source/items/flditem.cxx | |
parent | e325822d88f0fb2e04dc54b1992d8364d9233f35 (diff) |
INTEGRATION: CWS numberformat (1.19.32); FILE MERGED
2005/10/26 17:51:34 kendy 1.19.32.1: #i55546#
The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
Diffstat (limited to 'svx/source/items/flditem.cxx')
-rw-r--r-- | svx/source/items/flditem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/flditem.cxx b/svx/source/items/flditem.cxx index dc9dc7f4a306..62ecdee664e8 100644 --- a/svx/source/items/flditem.cxx +++ b/svx/source/items/flditem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: flditem.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2005-10-11 08:24:28 $ + * last change: $Author: rt $ $Date: 2005-12-14 14:55:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -780,7 +780,7 @@ String SvxExtTimeField::GetFormatted( Time& aTime, SvxTimeFormat eFormat, SvNumb break; } - ULONG nFormatKey; + sal_uInt32 nFormatKey; switch( eFormat ) { |