svgio/source/svgreader/svgcharacternode.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit dd9db8f8a47e49d92738b1dea2710f43d76c13b7
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Sep 7 10:16:45 2023 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Sep 7 15:06:48 2023 +0200

    svgio: update comment
    
    After 4f656a057e2a92e2107f7820fc563498c801d7d3
    "svgio: handle addGap internally inside SvgCharacterNode"
    
    Change-Id: Ib3ddbaed7a07c1b3b9f21eafd0715622751829ce
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156648
    Tested-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/svgio/source/svgreader/svgcharacternode.cxx 
b/svgio/source/svgreader/svgcharacternode.cxx
index 222c2739a689..7d5a2fcb9feb 100644
--- a/svgio/source/svgreader/svgcharacternode.cxx
+++ b/svgio/source/svgreader/svgcharacternode.cxx
@@ -514,8 +514,7 @@ namespace svgio::svgreader
                     if(pPreviousCharacterNode->mpParentLine != mpParentLine)
                         bAddGap = false;
 
-                    // add in-between whitespace (single space) to last
-                    // known character node
+                    // add in-between whitespace (single space) to the 
beginning of the current character node
                     if(bAddGap)
                     {
                         maText = " " + maText;

Reply via email to