reportdesign/source/ui/dlg/DateTime.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 502077fb9a9387a5aac85dabf445c10718309611
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Nov 1 17:07:43 2018 +0000
Commit:     Xisco Faulí <xiscofa...@libreoffice.org>
CommitDate: Mon Nov 5 12:47:19 2018 +0100

    Resolves: tdf#121097 need an initial call to CBClickHdl
    
    Change-Id: If075c6b555d6bca479d02c27bc6b4adb48b8550c
    Reviewed-on: https://gerrit.libreoffice.org/62755
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>
    (cherry picked from commit d611d5535b818854f9c6c6d4c144c2e5a9155a1a)
    Reviewed-on: https://gerrit.libreoffice.org/62785
    Reviewed-by: Xisco Faulí <xiscofa...@libreoffice.org>

diff --git a/reportdesign/source/ui/dlg/DateTime.cxx 
b/reportdesign/source/ui/dlg/DateTime.cxx
index 69f5cd531e05..682edec72bab 100644
--- a/reportdesign/source/ui/dlg/DateTime.cxx
+++ b/reportdesign/source/ui/dlg/DateTime.cxx
@@ -72,6 +72,7 @@ ODateTimeDialog::ODateTimeDialog(weld::Window* _pParent, 
const uno::Reference< r
     weld::CheckButton* aCheckBoxes[] = { m_xDate.get(), m_xTime.get() };
     for (weld::CheckButton* pCheckBox : aCheckBoxes)
         pCheckBox->connect_toggled(LINK(this,ODateTimeDialog,CBClickHdl));
+    CBClickHdl(*m_xTime);
 }
 
 void ODateTimeDialog::InsertEntry(sal_Int16 _nNumberFormatId)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to