[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 23 15:59:08 UTC 2019


 sw/source/ui/config/optload.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d46fb02f3f19d11db40b6c5335d78a3894502d7
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jan 23 14:02:55 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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,


More information about the Libreoffice-commits mailing list