sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3d407fff18e6c612fe4f63559a600ddcce7c3e94 Author: Mert Tumer <mert.tu...@collabora.com> AuthorDate: Tue Apr 14 18:15:59 2020 +0300 Commit: Andras Timar <andras.ti...@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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits