summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-30 10:43:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-30 11:53:03 +0200
commit8aedb081e731da66191fe13b65e94a1009c815dc (patch)
tree010133d72a7ee38bcfcdcda84a1cdf795dc3d53e
parent7e4463db510fe7faa15e4f5ad3394aa0abf52b66 (diff)
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@yahoo.fr>
-rw-r--r--sw/source/filter/ww8/ww8par.hxx2
1 files changed, 1 insertions, 1 deletions
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;