Fix typo
Change-Id: Idc184c5155fa69888561fed5709da36c330d1c2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164666 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
17dc98b0f0
commit
ea1d09b039
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ FORMATETC const pFormatTemplates[FORMATS_NUM] = {
|
|||
// loadComponentFromURL, and the instantiation of the object happens during the load), or in MTA
|
||||
// (the thread actually serving the incoming calls).
|
||||
//
|
||||
// The objects typically can only be used in the appartment where they were instantiated. This means
|
||||
// The objects typically can only be used in the apartment where they were instantiated. This means
|
||||
// that e.g. a call to IOleObject::Close will fail, if it is performed in a different thread, when
|
||||
// it was started in the main thread. And vice versa, opening a document in a handler thread, then
|
||||
// trying to interact with the OLE object in GUI would fail.
|
||||
|
|
Loading…
Reference in a new issue