summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpdimsave.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 14:04:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 14:04:45 +0000
commitf2f0b33244d2c7a17267045efd83c26d5b4a2c94 (patch)
tree58a9cb20070a4db670be578cd4d2150dd2468b8e /sc/source/core/data/dpdimsave.cxx
parentd82f298b3527ab6ffd2698d52ffc6a9528d86625 (diff)
INTEGRATION: CWS numberformat (1.3.44); FILE MERGED
2005/10/26 17:51:46 kendy 1.3.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
Diffstat (limited to 'sc/source/core/data/dpdimsave.cxx')
-rw-r--r--sc/source/core/data/dpdimsave.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/dpdimsave.cxx b/sc/source/core/data/dpdimsave.cxx
index afdb3b657a4f..3d4ceb79cc84 100644
--- a/sc/source/core/data/dpdimsave.cxx
+++ b/sc/source/core/data/dpdimsave.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dpdimsave.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:22:17 $
+ * last change: $Author: rt $ $Date: 2005-12-14 15:04:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,7 +130,7 @@ void ScDPSaveGroupItem::AddToData( ScDPGroupDimension& rDataDim, SvNumberFormatt
for ( std::vector<String>::const_iterator aIter(aElements.begin()); aIter != aElements.end(); aIter++ )
{
- ULONG nFormat = 0; //! ...
+ sal_uInt32 nFormat = 0; //! ...
double fValue;
if ( pFormatter->IsNumberFormat( *aIter, nFormat, fValue ) )
aData = ScDPItemData( *aIter, fValue, TRUE );