sw/source/core/fields/docufld.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 75a863ee7fea133ae6bcd010d1aac46815fa49e2
Author:     Bjoern Michaelsen <bjoern.michael...@libreoffice.org>
AuthorDate: Sat Feb 11 23:52:01 2023 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Tue Feb 14 10:12:00 2023 +0000

    tdf#134283: MakeSetList should iterate Setters, not Getters
    
    Change-Id: I811a3b562ead942c98705da29774b77c593eabc4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146828
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/source/core/fields/docufld.cxx 
b/sw/source/core/fields/docufld.cxx
index 09ffdc4437e3..28d239de2a1e 100644
--- a/sw/source/core/fields/docufld.cxx
+++ b/sw/source/core/fields/docufld.cxx
@@ -2271,7 +2271,7 @@ bool SwRefPageGetFieldType::MakeSetList(SetGetExpFields& 
rTmpLst,
 {
     IDocumentRedlineAccess const& rIDRA(m_rDoc.getIDocumentRedlineAccess());
     std::vector<SwFormatField*> vFields;
-    GatherFields(vFields);
+    
m_rDoc.getIDocumentFieldsAccess().GetSysFieldType(SwFieldIds::RefPageSet)->GatherFields(vFields);
     for(auto pFormatField: vFields)
     {
         // update only the GetRef fields

Reply via email to