sw/inc/splargs.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28a7615ccdd000270f71e2eb32efeec4c87780f1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 16 15:58:28 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Sep 16 18:06:42 2022 +0200

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

diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx
index a4ec4f0a6c36..a46c78d924fd 100644
--- a/sw/inc/splargs.hxx
+++ b/sw/inc/splargs.hxx
@@ -37,7 +37,7 @@ namespace com::sun::star::linguistic2 { class 
XHyphenatedWord; }
 
 struct SwArgsBase     // used for text conversion (Hangul/Hanja, ...)
 {
-    SwPosition *pStartPos; // these both both point to SwTextNode
+    SwPosition *pStartPos; // these both point to SwTextNode
     SwPosition *pEndPos;
 
     SwArgsBase(SwPosition& rStart, SwPosition& rEnd )

Reply via email to