| commit | 2ab93756963727b8dde43b405e2daee3e1bf9deb | [log] |
|---|---|---|
| author | Gülşah Köse <gulsah.kose@collabora.com> | Mon Jun 10 10:23:40 2019 +0300 |
| committer | Andras Timar <andras.timar@collabora.com> | Sat Jun 15 07:33:02 2019 +0200 |
| tree | b73d5d09562b2dfa8d3a5744a6950f10712bd75e | |
| parent | e2f7211e9ef70ef9696175e9447edc3e779b3cc6 [diff] |
tdf#125774 Remove double call SvTreeListBox::Select for non-gtk backends Change-Id: Ic8238d91f1cddb8fe627fafb0587751de308f6ac Reviewed-on: https://gerrit.libreoffice.org/73747 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com> (cherry picked from commit 8c0e209ddb40f4fd5419dd2190a40d1670c16a3d) Reviewed-on: https://gerrit.libreoffice.org/74084 Reviewed-by: Andras Timar <andras.timar@collabora.com>
diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx index a9fc0ad..2905170 100644 --- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx +++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -747,19 +747,8 @@ rBox.unselect(pActNum->GetLevelCount()); } else { nActNumLvl = nSaveNumLvl; sal_uInt16 nMask = 1; for (sal_uInt16 i = 0; i < pActNum->GetLevelCount(); i++) { if (nActNumLvl & nMask) { rBox.select(i); break; } nMask <<= 1; } } InitControls(); }