summaryrefslogtreecommitdiff
path: root/wizards/source/depot
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 22:27:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 22:27:32 +0000
commit141562f9b196e25868f039d8704671e37ba52959 (patch)
tree4f38f9a6e5190d32a2d0a0db9bcf3872bed08d00 /wizards/source/depot
parent65fa62e86c06dbca166b4f46796605be42340d9b (diff)
INTEGRATION: CWS extras18 (1.3.258); FILE MERGED
2005/02/28 16:25:25 va 1.3.258.1: #i40799# Corrected Internet Update.
Diffstat (limited to 'wizards/source/depot')
-rw-r--r--wizards/source/depot/tools.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/depot/tools.xba b/wizards/source/depot/tools.xba
index 19ca8eda1ec1..6399805419ee 100644
--- a/wizards/source/depot/tools.xba
+++ b/wizards/source/depot/tools.xba
@@ -123,7 +123,7 @@ End Sub
&apos; Updates the cell with the CurrentValue after checking if the
&apos; Newdate is later than the one that is refered to in the annotation
&apos; 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)