embeddedobj/source/commonembedding/persistence.cxx |    2 +-
 sw/source/core/crsr/crstrvl.cxx                    |    4 ++--
 wizards/source/scriptforge/SF_Exception.xba        |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 78eaf6489a6542378ffab7eef39ec0a2c5f1a10a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 7 16:02:15 2021 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Thu Apr 8 08:22:47 2021 +0200

    Fix typos
    
    Change-Id: I41f5c964a289a88b3f6fc637797fe77d17aaab38
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113737
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

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 );
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index 529ab1efe032..a08e0f4c3fba 100644
--- a/sw/source/core/crsr/crstrvl.cxx
+++ b/sw/source/core/crsr/crstrvl.cxx
@@ -2211,7 +2211,7 @@ const SwRangeRedline* SwCursorShell::SelNextRedline()
         NormalizePam(false);
         pFnd = GetDoc()->getIDocumentRedlineAccess().SelNextRedline( 
*m_pCurrentCursor );
 
-        // at the end of the document, go the the start of the document, and 
try again
+        // at the end of the document, go to the start of the document, and 
try again
         if ( !pFnd )
         {
             GetDoc()->GetDocShell()->GetWrtShell()->StartOfSection();
@@ -2239,7 +2239,7 @@ const SwRangeRedline* SwCursorShell::SelPrevRedline()
         NormalizePam(true);
         pFnd = GetDoc()->getIDocumentRedlineAccess().SelPrevRedline( 
*m_pCurrentCursor );
 
-        // at the start of the document, go the the end of the document, and 
try again
+        // at the start of the document, go to the end of the document, and 
try again
         if ( !pFnd )
         {
             GetDoc()->GetDocShell()->GetWrtShell()->EndOfSection();
diff --git a/wizards/source/scriptforge/SF_Exception.xba 
b/wizards/source/scriptforge/SF_Exception.xba
index ba9ce109ecc8..d2ee476c6430 100644
--- a/wizards/source/scriptforge/SF_Exception.xba
+++ b/wizards/source/scriptforge/SF_Exception.xba
@@ -307,7 +307,7 @@ Public Sub ConsoleClear(Optional ByVal Keep)
 &apos;&apos;&apos;     Clear the console keeping an optional number of recent 
messages
 &apos;&apos;&apos;     Args:
 &apos;&apos;&apos;             Keep: the number of messages to keep
-&apos;&apos;&apos;                             If Keep is bigger than the the 
number of messages stored in the console,
+&apos;&apos;&apos;                             If Keep is bigger than the 
number of messages stored in the console,
 &apos;&apos;&apos;                             the console is not cleared
 &apos;&apos;&apos;     Example:
 &apos;&apos;&apos;             SF_Exception.ConsoleClear(5)
@@ -1173,4 +1173,4 @@ Private Function _Repr() As String
 End Function   &apos;  ScriptForge.SF_Exception._Repr
 
 REM ============================================ END OF 
SCRIPTFORGE.SF_EXCEPTION
-</script:module>
\ No newline at end of file
+</script:module>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to