extensions/source/ole/oleobjw.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2a69521271092968fc53afdf346026700e04fc50 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 25 13:23:53 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jun 25 13:54:46 2024 +0200 Fix typo Change-Id: I1835209f48896e01af2cb3fad10a758b704087dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169515 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx index d1a1d0ed81fc..4455aced456b 100644 --- a/extensions/source/ole/oleobjw.hxx +++ b/extensions/source/ole/oleobjw.hxx @@ -210,7 +210,7 @@ protected: // the IDispatch* are wrapped by objects of this class. Assuming that the functions // 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 - // 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. // 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.