summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-01-23 14:02:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-01-23 16:58:41 +0100
commit0d46fb02f3f19d11db40b6c5335d78a3894502d7 (patch)
tree40acf6d2f64473a7ac638c16dc9f8934b31e938b
parent560090eccac16bca5616d210c0c82979b9e603c1 (diff)
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 <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/source/ui/config/optload.cxx2
1 files changed, 1 insertions, 1 deletions
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,