diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:12:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:36 +0100 |
commit | 2d0c4cd6dc90d6a39e37fa286cee5f5c9e4d3994 (patch) | |
tree | d92931c49a541fc3008a6bc62c932593dbd62f6f /extensions/source | |
parent | f00fce5b06955799074416a3fd37edcea0b364e0 (diff) |
Typo: reqired->required
Change-Id: I22b5ad47ba76da9b00e9a69bcfbc00befc369fe6
Diffstat (limited to 'extensions/source')
-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 1ad58f9a0e02..fe84f5d35c09 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -326,7 +326,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/, // Normal JScript object parameter can be mixed with JScriptValue object. If an // VARIANT contains an VT_DISPATCH that is no JScriptValue than the type information -// is used to find out about the reqired type. +// is used to find out about the required type. void InterfaceOleWrapper_Impl::convertDispparamsArgs(DISPID id, unsigned short /*wFlags*/, DISPPARAMS* pdispparams, Sequence<Any>& rSeq) { |