summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/linkarea.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:32:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:32:17 +0000
commit17c0e28a8cfff6cf277d0599f072d9fc9400328f (patch)
treeaca318ba19d031881b767e1be74a3733c7f55671 /sc/source/ui/miscdlgs/linkarea.cxx
parent25bdd1ecb7f8c333b5ea5027d1bdce82157f0f6e (diff)
INTEGRATION: CWS calcwarnings (1.14.2); FILE MERGED
2007/02/20 15:21:10 nn 1.14.2.1: #i69284# warnings on wntmsci10.pro after resync
Diffstat (limited to 'sc/source/ui/miscdlgs/linkarea.cxx')
-rw-r--r--sc/source/ui/miscdlgs/linkarea.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.cxx b/sc/source/ui/miscdlgs/linkarea.cxx
index 09d8497c93cc..90e7ac943f58 100644
--- a/sc/source/ui/miscdlgs/linkarea.cxx
+++ b/sc/source/ui/miscdlgs/linkarea.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: linkarea.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:48:24 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:32:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -369,7 +369,7 @@ String ScLinkedAreaDlg::GetSource()
ULONG ScLinkedAreaDlg::GetRefresh()
{
if ( aBtnReload.IsChecked() )
- return aNfDelay.GetValue();
+ return sal::static_int_cast<ULONG>( aNfDelay.GetValue() );
else
return 0; // disabled
}