summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2014-03-29 22:15:41 +0100
committerKatarina Behrens <bubli@bubli.org>2014-03-29 22:32:00 +0100
commit654cea3304572e4d33030c8e60503750b06156a3 (patch)
treed957efbbc72215afb69dd95464d243759ed53dc9 /cui/source/inc
parentf754176e0fe5a4780694450f65810466e0f4bd99 (diff)
fdo#74287: Correctly enable/disable widgets w/ invisible lines
Restore pre-ui behaviour - disable transparency & width control, but keep colour control active when line contains symbols (e.g. scatter chart) Change-Id: I4005fc376fa1640c5b9d7e736fbdac7417f0edd9
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuitabline.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index e7954531b159..0a8a09b8279c 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -91,10 +91,12 @@ class SvxLineTabPage : public SvxTabPage
using TabPage::ActivatePage;
using TabPage::DeactivatePage;
private:
- VclBox* m_pBoxStyle;
+ VclBox* m_pBoxColor;
LineLB* m_pLbLineStyle;
ColorLB* m_pLbColor;
+ VclBox* m_pBoxWidth;
MetricField* m_pMtrLineWidth;
+ VclBox* m_pBoxTransparency;
MetricField* m_pMtrTransparent;
VclFrame* m_pFlLineEnds;