summaryrefslogtreecommitdiff
path: root/wizards/source/depot/Internet.xba
diff options
context:
space:
mode:
authorAndreas Säger <villeroy@t-online.de>2017-03-26 23:34:35 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-03-27 04:34:39 +0000
commitad4857211bcc39ccd4c84c670bfab1b937f65089 (patch)
treeeab59695a62f757d19592e622490027c59a2955c /wizards/source/depot/Internet.xba
parent23282b476f094c735ecfae4f82798e36ac9cbbc9 (diff)
tdf#106529: fix closing parentheses of bundled macros
Change-Id: I43b6d4f97cb3b1cd1426e6aa7e13550d94cb7c51 Signed-off-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/35726 Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'wizards/source/depot/Internet.xba')
-rw-r--r--wizards/source/depot/Internet.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/depot/Internet.xba b/wizards/source/depot/Internet.xba
index b4bcf579b808..333bcf98af89 100644
--- a/wizards/source/depot/Internet.xba
+++ b/wizards/source/depot/Internet.xba
@@ -223,7 +223,7 @@ Dim iCellValue as Long
If iCellValue &gt; 0 Then
oCell.SetValue(oLinkSheet.GetCellByPosition(0,i).Value)
Else
- oCell.SetValue(StringToDate(oLinkSheet.GetCellByPosition(0,i).String)
+ oCell.SetValue(StringToDate(oLinkSheet.GetCellByPosition(0,i).String))
End If
oCell = oSheet.GetCellbyPosition(SBVALUECOLUMN,iCurRow)
oCell.SetValue(oLinkSheet.GetCellByPosition(4,i).Value)
@@ -353,4 +353,4 @@ Dim bLeaveLoop as Boolean
oDateCell.Annotation.SetString(NoteText)
End If
End Sub
-</script:module> \ No newline at end of file
+</script:module>