sw/source/ui/config/optload.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0d46fb02f3f19d11db40b6c5335d78a3894502d7 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Jan 23 14:02:55 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Jan 23 16:58:41 2019 +0100 Related: tdf#122874 first entry is preselected so no select-handler called Change-Id: I0398b53b24fa8095af67706922c93bb7e8d6d8d2 Reviewed-on: https://gerrit.libreoffice.org/66799 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 119d23825339..1584ea6d50ec 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -658,7 +658,7 @@ void SwCaptionOptPage::Reset( const SfxItemSet* rSet) m_xLbCaptionOrder->set_active( SW_MOD()->GetModuleConfig()->IsCaptionOrderNumberingFirst() ? 1 : 0); m_xCheckLB->select(0); - UpdateEntry(0); + ShowEntryHdl(*m_xCheckLB); } void SwCaptionOptPage::SetOptions(const sal_uLong nPos, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
