starmath/qa/cppunit/test_cursor.cxx |    2 +-
 sw/source/core/fields/docufld.cxx   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3396d0aace6fe6a280af9e18c07749250c74ca40
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Sep 12 08:49:08 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 13 07:15:00 2023 +0200

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

diff --git a/starmath/qa/cppunit/test_cursor.cxx 
b/starmath/qa/cppunit/test_cursor.cxx
index f5be3f5beeaa..114ea791fbd3 100644
--- a/starmath/qa/cppunit/test_cursor.cxx
+++ b/starmath/qa/cppunit/test_cursor.cxx
@@ -182,7 +182,7 @@ void Test::testSelectSurrogatePairs()
     SmCursor aCursor(xTree.get(), xDocShRef.get());
     ScopedVclPtrInstance<VirtualDevice> pOutputDevice;
 
-    // selct the first character, cut, then paste
+    // select the first character, cut, then paste
     aCursor.Move(pOutputDevice, MoveRight, false);
     aCursor.Cut();
     aCursor.Paste();
commit 3020dfbee490761e7192668f39e65989dd2b1a50
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Sep 12 21:03:42 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 13 07:14:46 2023 +0200

    Fix typo
    
    Change-Id: I1ede635acbbe3a4e18d5b9a90be19a04292f662e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156859
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/fields/docufld.cxx 
b/sw/source/core/fields/docufld.cxx
index f52650925ace..37249555a0e4 100644
--- a/sw/source/core/fields/docufld.cxx
+++ b/sw/source/core/fields/docufld.cxx
@@ -1902,7 +1902,7 @@ bool SwPostItField::QueryValue( uno::Any& rAny, 
sal_uInt16 nWhichId ) const
     case FIELD_PROP_PAR4:
         rAny <<= m_sName;
         break;
-    case FIELD_PROP_PAR7: // PAR5 (Parent Para Id) and PAR6 (Para Id) are 
skipped - they are not written into xml. Used for file convertion.
+    case FIELD_PROP_PAR7: // PAR5 (Parent Para Id) and PAR6 (Para Id) are 
skipped - they are not written into xml. Used for file conversion.
         rAny <<= m_sParentName;
         break;
     case FIELD_PROP_BOOL1:
@@ -1971,7 +1971,7 @@ bool SwPostItField::PutValue( const uno::Any& rAny, 
sal_uInt16 nWhichId )
     case FIELD_PROP_PAR4:
         rAny >>= m_sName;
         break;
-    case FIELD_PROP_PAR7: // PAR5 (Parent Para Id) and PAR6 (Para Id) are 
skipped - they are not written into xml. Used for file convertion.
+    case FIELD_PROP_PAR7: // PAR5 (Parent Para Id) and PAR6 (Para Id) are 
skipped - they are not written into xml. Used for file conversion.
         rAny >>= m_sParentName;
         break;
     case FIELD_PROP_BOOL1:

Reply via email to