[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - reportdesign/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 5 11:48:33 UTC 2018
reportdesign/source/ui/dlg/DateTime.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 502077fb9a9387a5aac85dabf445c10718309611
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Nov 1 17:07:43 2018 +0000
Commit: Xisco Faulí <xiscofauli at 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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
(cherry picked from commit d611d5535b818854f9c6c6d4c144c2e5a9155a1a)
Reviewed-on: https://gerrit.libreoffice.org/62785
Reviewed-by: Xisco Faulí <xiscofauli at 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)
More information about the Libreoffice-commits
mailing list