summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/solvrdlg.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 14:10:47 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 14:10:47 +0000
commitb43f30c94c3473bf59f584c270cfdf14f7483ef8 (patch)
treedb4180b4b557dd7b5c3f2d694783b21cfcfc72d5 /sc/source/ui/miscdlgs/solvrdlg.cxx
parent95e4b18e478fc9907a7a4007e77048554cd371de (diff)
INTEGRATION: CWS numberformat (1.8.44); FILE MERGED
2005/10/26 17:52:42 kendy 1.8.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
Diffstat (limited to 'sc/source/ui/miscdlgs/solvrdlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/solvrdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/solvrdlg.cxx b/sc/source/ui/miscdlgs/solvrdlg.cxx
index 3d44a299577c..34adfe287ff1 100644
--- a/sc/source/ui/miscdlgs/solvrdlg.cxx
+++ b/sc/source/ui/miscdlgs/solvrdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: solvrdlg.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:14:19 $
+ * last change: $Author: rt $ $Date: 2005-12-14 15:10:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -222,7 +222,7 @@ BOOL ScSolverDlg::IsRefInputMode() const
BOOL __EXPORT ScSolverDlg::CheckTargetValue( String& rStrVal )
{
- ULONG n1 = 0;
+ sal_uInt32 n1 = 0;
double n2;
return pDoc->GetFormatTable()->IsNumberFormat( rStrVal, n1, n2 );