[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 30 09:54:04 UTC 2020


 sw/source/filter/ww8/ww8par.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8aedb081e731da66191fe13b65e94a1009c815dc
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 30 10:43:03 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 30 11:53:03 2020 +0200

    Update name pReffedStck to xReffedStck
    
    In commit 2a72602824bf8aec44319e7fb9fe6dd3cebc72b3 it was updated
    
    Change-Id: I2dbc799f379805b94055e229606d032dc802d6fd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90875
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 0149c3a13f76..87156c52800d 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -1117,7 +1117,7 @@ private:
     This stack is for fields whose true conversion cannot be determined until
     the end of the document, it is the same stack for headers/footers/main
     text/textboxes/tables etc... They are things that reference other things
-    e.g. NoteRef and Ref, they are processed after pReffedStck
+    e.g. NoteRef and Ref, they are processed after m_xReffedStck
     */
     std::unique_ptr<SwWW8FltRefStack> m_xReffingStck;
 


More information about the Libreoffice-commits mailing list