Fix typo
Change-Id: I95626407aa025d2535e45f28a0b08e696c98d36c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140076 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
6c635fb11a
commit
28a7615ccd
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue