summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-04-22 16:48:35 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2020-04-23 13:18:03 +0200
commit0f25a92f22a82d7d5a81210b85766a6d6809226d (patch)
tree69d2e199e1d6c1fb9d2e45ebf9005eb9135205e5 /svx
parent4da868767ff91825198e525d9aa773d73711723c (diff)
resolved: Impress mobile Choosing a different type of shape fill crashes
Change-Id: Idd8dbba866b64089055880ffad9b5cbd9b12ca85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92687 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> 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.ui10
2 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
index 969cd2c18a01..c980da943cde 100644
--- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
@@ -92,7 +92,7 @@ AreaPropertyPanelBase::AreaPropertyPanelBase(
mpTransparanceItem()
{
get(mpColorTextFT, "filllabel");
- get(mpLbFillType, "fillstyle");
+ get(mpLbFillType, "fillstylearea");
get(mpLbFillAttr, "fillattr");
get(mpTrspTextFT, "transparencylabel");
get(mpToolBoxColor, "selectcolor");
diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui
index 0c5b8b533cbf..560bced36ab2 100644
--- a/svx/uiconfig/ui/sidebararea.ui
+++ b/svx/uiconfig/ui/sidebararea.ui
@@ -120,19 +120,19 @@
</packing>
</child>
<child>
- <object class="svxlo-SvxFillTypeBox" id="fillstyle">
+ <object class="svxlo-SvxFillTypeBox" id="fillstylearea">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_tooltip">True</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>
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
<accessibility>
- <relation type="labelled-by" target="fillstyle"/>
+ <relation type="labelled-by" target="fillstylearea"/>
</accessibility>
<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>