diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-08-20 03:14:08 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-08-20 03:15:57 +0200 |
commit | 00754461516416f8ee59ec97632bff84f4d9b155 (patch) | |
tree | 14a380a2d98a2d00764f0e4fd24a9ec99f638c1e /svx | |
parent | 5cabc2c06d9e5dd7c414b79a5728420cf2eb43fe (diff) |
make color button work in chart line sidebar panel
Change-Id: I2148fd9953b283945d2a1bcf24dbc47964b659ae
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanelBase.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index d6fa20e2cbb2..b875cce7422b 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -165,6 +165,7 @@ LinePropertyPanelBase::LinePropertyPanelBase( { get(mpFTWidth, "widthlabel"); get(mpTBWidth, "width"); + get(mpTBColor, "color"); get(mpFTStyle, "stylelabel"); get(mpLBStyle, "linestyle"); get(mpFTTransparency, "translabel"); @@ -191,6 +192,7 @@ void LinePropertyPanelBase::dispose() { mpFTWidth.clear(); mpTBWidth.clear(); + mpTBColor.clear(); mpFTStyle.clear(); mpLBStyle.clear(); mpFTTransparency.clear(); |