diff options
author | Tom Verbeek <tv@openoffice.org> | 2001-07-30 13:38:58 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2001-07-30 13:38:58 +0000 |
commit | 8d0d88e5ae5e29501bf991ff8721461989585911 (patch) | |
tree | 212a8255e68b3328b2a98d9e1a2c1e92c8fd77ff /wizards/source/euro/Common.xba | |
parent | e690d10a765f17892355b5bb1c646e74011328f0 (diff) |
#89981# did changes for modified registry entries
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 |