diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:59:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:02 +0200 |
commit | 2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch) | |
tree | 07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /extensions/source/ole | |
parent | cc1352243e4c69c60851df901d2491fff91c2cb4 (diff) |
typo: choosen -> chosen
Diffstat (limited to 'extensions/source/ole')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 7769b1a6d6bf..4a5fe58c0583 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -303,7 +303,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/, // A. Type Information // With the help of type information the kind of parameter can be exactly determined -// and an appropriate conversion can be choosen. A problem arises if a method expects +// and an appropriate conversion can be chosen. A problem arises if a method expects // an Any. Then the type info does not tell what the type of the value, that is kept // by the any, should be. In this situation the decision wheter the param is a // sequence or an object is made upon the fact if the object has a property "0" |