From 2a69521271092968fc53afdf346026700e04fc50 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 25 Jun 2024 13:23:53 +0200 Subject: [PATCH] Fix typo Change-Id: I1835209f48896e01af2cb3fad10a758b704087dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169515 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- extensions/source/ole/oleobjw.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.