diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-05-08 18:57:38 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-05-14 13:24:52 +0200 |
commit | d6d5c1c855a0ce57ab96747b950241065f849b83 (patch) | |
tree | 1ecc52095085d676851519c3a5e501619a19bc66 /svx | |
parent | d05567e04e6696418ac65686763b4db70665cb4b (diff) |
tdf#113688: Pattern fill can be set from sidebar now
Change-Id: I877dd2610aadd1b0118cdb6928a8473af1dc4c73
Reviewed-on: https://gerrit.libreoffice.org/54020
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/area/AreaPropertyPanelBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 3ea94f58daae..1fe3b594ffcf 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -418,7 +418,7 @@ IMPL_LINK_NOARG(AreaPropertyPanelBase, SelectFillTypeHdl, ListBox&, void) { const XBitmapEntry* pXPatternEntry = pXPatternList->GetBitmap(mnLastPosPattern); aBitmap = pXPatternEntry->GetGraphicObject(); - aName = mpLbFillAttr->GetSelectedEntry(); + aName = pXPatternEntry->GetName(); mpLbFillAttr->SelectEntryPos(mnLastPosPattern); } } |