diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-07 16:02:15 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-08 08:22:47 +0200 |
commit | 78eaf6489a6542378ffab7eef39ec0a2c5f1a10a (patch) | |
tree | eee79930f80c60e690e4e5bd424027f8950fd25a /embeddedobj | |
parent | 0766f7a6a976ec23c4aa0ab9dc9207e441b71be1 (diff) |
Fix typos
Change-Id: I41f5c964a289a88b3f6fc637797fe77d17aaab38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113737
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/commonembedding/persistence.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/commonembedding/persistence.cxx b/embeddedobj/source/commonembedding/persistence.cxx index d1235fdfa1c8..129036988f31 100644 --- a/embeddedobj/source/commonembedding/persistence.cxx +++ b/embeddedobj/source/commonembedding/persistence.cxx @@ -1795,7 +1795,7 @@ void SAL_CALL OCommonEmbeddedObject::breakLink( const uno::Reference< embed::XSt { // tdf#141528 m_xDocHolder->GetComponent() may be not set, so add it // to the try path to not get thrown out of the local context to the next - // highter try...catch on the stack. To make breakLink work it is + // higher try...catch on the stack. To make breakLink work it is // *necessary* to execute the code below that resets the linked state, // esp. the *.clear stuff and resetting m_bIsLink. uno::Reference< util::XModifiable > xModif( m_xDocHolder->GetComponent(), uno::UNO_QUERY_THROW ); |