Fix typo
Change-Id: I1835209f48896e01af2cb3fad10a758b704087dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169515 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
34669af1ce
commit
2a69521271
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ protected:
|
||||||
// the IDispatch* are wrapped by objects of this class. Assuming that the functions
|
// the IDispatch* are wrapped by objects of this class. Assuming that the functions
|
||||||
// implemented by the IDispatch object returns another UNO interface then
|
// implemented by the IDispatch object returns another UNO interface then
|
||||||
// it has to be wrapped to this type. But this is only possible if an object of this
|
// it has to be wrapped to this type. But this is only possible if an object of this
|
||||||
// wrapper class knows what type it is represting. The member m_TypeDescription holds this
|
// wrapper class knows what type it is representing. The member m_TypeDescription holds this
|
||||||
// information.
|
// information.
|
||||||
// m_TypeDescription is only useful when an object wraps an IDispatch object that implements
|
// m_TypeDescription is only useful when an object wraps an IDispatch object that implements
|
||||||
// a UNO interface. The value is set during a call to XInitialization::initialize.
|
// a UNO interface. The value is set during a call to XInitialization::initialize.
|
||||||
|
|
Loading…
Reference in a new issue