[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sc/source
Mert Tumer (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 15 09:44:42 UTC 2020
sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3d407fff18e6c612fe4f63559a600ddcce7c3e94
Author: Mert Tumer <mert.tumer at collabora.com>
AuthorDate: Tue Apr 14 18:15:59 2020 +0300
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Apr 15 11:44:03 2020 +0200
Added unique id for number format combobox
This will allow us to control it for the mobilewizard
easily rather than using the id of 'category' which is
not unique.
Change-Id: I61b612d5355584597a16942b7151a82376033a45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92202
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index 28eb0ab05ffc..ec4da5d0823f 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -91,6 +91,7 @@ void NumberFormatPropertyPanel::Initialize()
mpLbCategory->SetSelectHdl ( LINK(this, NumberFormatPropertyPanel, NumFormatSelectHdl) );
mpLbCategory->SelectEntryPos(0);
mpLbCategory->SetDropDownLineCount(mpLbCategory->GetEntryCount());
+ mpLbCategory->set_id("numberformatcombobox");
Link<Edit&,void> aLink = LINK(this, NumberFormatPropertyPanel, NumFormatValueHdl);
More information about the Libreoffice-commits
mailing list