summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-04-22 16:59:11 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2020-04-23 13:18:09 +0200
commit9ed61699760544b780bd3eb5820d92233cd5fb4d (patch)
treea959b6c23c85814afffd4480ea7e2cdb43ef400b /svx
parent7bed47db29783677aa69aa2a54ab1f6ca8e810f6 (diff)
resolved: Impress mobile Choosing a different type of shape fill crashes
Change-Id: Idd8dbba866b64089055880ffad9b5cbd9b12ca85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92688 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanelBase.cxx2
-rw-r--r--svx/uiconfig/ui/sidebararea.ui8
2 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
index 270b29be96a2..4a09525fa158 100644
--- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
@@ -74,7 +74,7 @@ AreaPropertyPanelBase::AreaPropertyPanelBase(
maGradientSquare(),
maGradientRect(),
mxColorTextFT(m_xBuilder->weld_label("filllabel")),
- mxLbFillType(m_xBuilder->weld_combo_box("fillstyle")),
+ mxLbFillType(m_xBuilder->weld_combo_box("fillstylearea")),
mxLbFillAttr(m_xBuilder->weld_combo_box("fillattr")),
mxLbFillGradFrom(new ColorListBox(m_xBuilder->weld_menu_button("fillgrad1"), GetFrameWeld())),
mxLbFillGradTo(new ColorListBox(m_xBuilder->weld_menu_button("fillgrad2"), GetFrameWeld())),
diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui
index 91e81ab60482..18728d255743 100644
--- a/svx/uiconfig/ui/sidebararea.ui
+++ b/svx/uiconfig/ui/sidebararea.ui
@@ -101,13 +101,13 @@
</packing>
</child>
<child>
- <object class="GtkComboBoxText" id="fillstyle">
+ <object class="GtkComboBoxText" id="fillstylearea">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes" context="sidebararea|fillstyle|tooltip_text">Select the fill type to apply.</property>
+ <property name="tooltip_text" translatable="yes" context="sidebararea|fillstylearea|tooltip_text">Select the fill type to apply.</property>
<child internal-child="accessible">
- <object class="AtkObject" id="fillstyle-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" context="sidebararea|fillstyle-atkobject">Fill Type</property>
+ <object class="AtkObject" id="fillstylearea-atkobject">
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebararea|fillstylearea-atkobject">Fill Type</property>
</object>
</child>
</object>