summaryrefslogtreecommitdiffstats
path: root/wizards/source/depot/Currency.xba
diff options
context:
space:
mode:
authorAndreas Säger <villeroy@t-online.de>2017-03-26 23:34:35 +0300
committerAndras Timar <andras.timar@collabora.com>2017-03-28 13:00:25 +0200
commit2058b03f1f476d058842d4e346e9a26423e5bf7f (patch)
treee515c535d2900eb4b02b6db7f6192355c6561aa0 /wizards/source/depot/Currency.xba
parentAccess2Base Missing parentheses - tdf#106710 (diff)
downloadcore-2058b03f1f476d058842d4e346e9a26423e5bf7f.tar.gz
core-2058b03f1f476d058842d4e346e9a26423e5bf7f.zip
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> (cherry picked from commit ad4857211bcc39ccd4c84c670bfab1b937f65089) Reviewed-on: https://gerrit.libreoffice.org/35741 (cherry picked from commit 7fb7b091e963d8c45abf1db1202a88f2e188e9b0)
Diffstat (limited to 'wizards/source/depot/Currency.xba')
-rw-r--r--wizards/source/depot/Currency.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/depot/Currency.xba b/wizards/source/depot/Currency.xba
index 5a428d757246..d728424d3214 100644
--- a/wizards/source/depot/Currency.xba
+++ b/wizards/source/depot/Currency.xba
@@ -89,7 +89,7 @@ Dim bIsDocCountry as Boolean
End If
sCurStockIDLabel = sMarket(Index,5)
sCurExtension = sMarket(Index,8)
- iValueCol = Val(sMarket(Index,10)
+ iValueCol = Val(sMarket(Index,10))
If Instr(sCurExtension,&quot;;&quot;) &lt;&gt; 0 Then
&apos; Take the german extension as the stock place is Frankfurt
sCurExtension = &quot;407&quot;
@@ -192,4 +192,4 @@ Function CheckFormatType(oStyle as Object)
Dim oFormatofObject as Object
oFormatofObject = oDocFormats.getByKey(oStyle.NumberFormat)
CheckFormatType = INT(oFormatOfObject.Type) AND com.sun.star.util.NumberFormat.CURRENCY
-End Function</script:module> \ No newline at end of file
+End Function</script:module>