summaryrefslogtreecommitdiff
path: root/svx/source/sidebar
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-04-27 18:17:44 +0530
committerAndras Timar <andras.timar@collabora.com>2020-04-28 07:57:34 +0200
commitf94caa1ad48a0aad061cf3aa41ba45c5348ecfe4 (patch)
tree50720a0e30fe1782d38387fe80f74f0c2882d3b9 /svx/source/sidebar
parent7459b9ecb54a298f02d19089620149718f8d8d48 (diff)
resolved clashing of two ids
Multiple SvxFillAttrBox objects having the same ID 'fillattr' caused the problem in online making it hard to distinguish for different function Change-Id: Ic5a29ea75fb442d7e495761faf4a10d6ab212829 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92977 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'svx/source/sidebar')
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanelBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
index c51ae522792c..76eb6c29e845 100644
--- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
@@ -75,7 +75,7 @@ AreaPropertyPanelBase::AreaPropertyPanelBase(
maGradientRect(),
mxColorTextFT(m_xBuilder->weld_label("filllabel")),
mxLbFillType(m_xBuilder->weld_combo_box("fillstylearea")),
- mxLbFillAttr(m_xBuilder->weld_combo_box("fillattr")),
+ mxLbFillAttr(m_xBuilder->weld_combo_box("fillattrhb")),
mxLbFillGradFrom(new ColorListBox(m_xBuilder->weld_menu_button("fillgrad1"), GetFrameWeld())),
mxLbFillGradTo(new ColorListBox(m_xBuilder->weld_menu_button("fillgrad2"), GetFrameWeld())),
mxToolBoxColor(m_xBuilder->weld_toolbar("selectcolor")),