diff options
Diffstat (limited to 'wizards/source/euro/Common.xba')
-rw-r--r-- | wizards/source/euro/Common.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/euro/Common.xba b/wizards/source/euro/Common.xba index 16443d3690f5..c291da0cf319 100644 --- a/wizards/source/euro/Common.xba +++ b/wizards/source/euro/Common.xba @@ -113,7 +113,7 @@ Dim AddToList as Boolean End Sub -Function Numberformat( oFormats as Object, aFormatStr as String, oLocale) +Function Numberformat( oFormats as Object, aFormatStr as String, oLocale as Object) Dim nRetkey nRetKey = oFormats.queryKey( aFormatStr, oLocale, True ) If nRetKey = -1 Then |