diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-20 11:25:37 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-20 15:55:00 +0100 |
commit | b55259eeb549482477c57d854f3de72aff345edb (patch) | |
tree | 35e474b8458ae776a8455f4f78e73ae28c611180 /extensions/test/ole/StarBasic_OleClient | |
parent | 377ec698afc98a9a098b456f4ae3c694498df6a2 (diff) |
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'extensions/test/ole/StarBasic_OleClient')
-rw-r--r-- | extensions/test/ole/StarBasic_OleClient/oleclient.bas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/StarBasic_OleClient/oleclient.bas b/extensions/test/ole/StarBasic_OleClient/oleclient.bas index 23a8929c81a4..ed0b322a8eef 100644 --- a/extensions/test/ole/StarBasic_OleClient/oleclient.bas +++ b/extensions/test/ole/StarBasic_OleClient/oleclient.bas @@ -493,7 +493,7 @@ If outSCode.Value <> scode_paramNotFound.Value Or inLong2 <> outLong2 _ Exit Function End If -'mixed positional and named args with ommitted args as out -args +'mixed positional and named args with omitted args as out -args inLong = 1 inLong2 = 2 inLong3 = 3 |