cui/source/tabpages/page.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d02e838774952e6829d76749456e4e4b70c3d602
Author:     Tamás Zolnai <[email protected]>
AuthorDate: Wed Dec 3 14:13:42 2025 +0100
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sat Dec 6 10:52:07 2025 +0100

    tdf#169807: Fix applying the original page line-spacing option
    
    The saved state of the page line-spacing checkbox was saved only when
    the dialog was first opened. However, the saved state should also be
    updated when a new state is applied to the document.
    
    Change-Id: Ie1e62904027012e57f0fc48c8951a82706f16d2a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194976
    Reviewed-by: Tamás Zolnai <[email protected]>
    Tested-by: Jenkins
    (cherry picked from commit 1d444ea4e30888812657a751b9aa37cf9fd4a648)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195022
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index 961fff4c4077..cfe66c5dc4e4 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -864,6 +864,7 @@ bool SvxPageDescPage::FillItemSet( SfxItemSet* rSet )
             rSet->Put(SfxStringItem(SID_SWREGISTER_COLLECTION,
                             m_xRegisterLB->get_active_text()));
         }
+        m_xRegisterCB->save_state();
     }
 
     if (m_xTextFlowBox->get_visible() && 
m_xTextFlowBox->get_value_changed_from_saved())

Reply via email to