From 8aedb081e731da66191fe13b65e94a1009c815dc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 30 Apr 2020 10:43:03 +0200 Subject: 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 --- sw/source/filter/ww8/ww8par.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 m_xReffingStck; -- cgit v1.2.3