diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-29 17:09:29 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-11-30 07:51:17 +0100 |
commit | 597aeaf7a9c02153ca7006eb4c0263f1a15dad3d (patch) | |
tree | 7dbc098c435d7fd5ae227863dd2a026fdafb70d5 /basic | |
parent | d543e8dfd3d8ae718e29304a155e1cf70d08325d (diff) |
Fix typo
Change-Id: I028e5462e9785bac77a98d09f0bf91b4da67e477
Reviewed-on: https://gerrit.libreoffice.org/64263
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 961c1a7f52e1..21e57c5d206b 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -3078,7 +3078,7 @@ void RTL_Impl_HasInterfaces( SbxArray& rPar ) } } - // Every thing works; then return TRUE + // Everything works; then return TRUE refVar->PutBool( true ); } |