diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 22:27:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 22:27:32 +0000 |
commit | d233016aecb9b7ec491a0260c02c7bd195519d1c (patch) | |
tree | cac085d5258e932ef9f04ec072772c9ec6a922fa | |
parent | 4629390134ac33e3cfe53c1f33428feda173ace9 (diff) |
INTEGRATION: CWS extras18 (1.3.258); FILE MERGED
2005/02/28 16:25:25 va 1.3.258.1: #i40799# Corrected Internet Update.
-rw-r--r-- | wizards/source/depot/tools.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/depot/tools.xba b/wizards/source/depot/tools.xba index 19ca8eda1..639980541 100644 --- a/wizards/source/depot/tools.xba +++ b/wizards/source/depot/tools.xba @@ -123,7 +123,7 @@ End Sub ' Updates the cell with the CurrentValue after checking if the ' Newdate is later than the one that is refered to in the annotation ' of the cell -Sub InsertCurrentValue(CurValue, iRow as Integer, Newdate as Date) +Sub InsertCurrentValue(CurValue as Double, iRow as Integer, Newdate as Date) Dim oCell as Object Dim OldDate as Date oCell = oFirstSheet.GetCellByPosition(SBCOLUMNRATE1, iRow) |