summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_RangeChooser.hxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-02 09:02:35 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-02 08:46:00 +0000
commit7e5c1101cb200f95128ad7dc7d2a5e6bb4489306 (patch)
tree98f21d4811d2ca847a171b1c8ae665f9591b6942 /chart2/source/controller/dialogs/tp_RangeChooser.hxx
parenttdf#91592 WRITER crashes when navigating through comments (diff)
downloadcore-7e5c1101cb200f95128ad7dc7d2a5e6bb4489306.tar.gz
core-7e5c1101cb200f95128ad7dc7d2a5e6bb4489306.zip
Time based charting -> experimental
Change-Id: I1c190be0ef226d1f14d083f292cf2ea15a6d1645 Reviewed-on: https://gerrit.libreoffice.org/16023 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'chart2/source/controller/dialogs/tp_RangeChooser.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.hxx b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
index 5bcda3593f8b..8d6ad51fb28b 100644
--- a/chart2/source/controller/dialogs/tp_RangeChooser.hxx
+++ b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
@@ -89,8 +89,11 @@ protected: //member
VclPtr<CheckBox> m_pCB_FirstColumnAsLabel;
VclPtr<FixedText> m_pFTTitle;
+ VclPtr<FixedLine> m_pFL_TimeBased;
VclPtr<CheckBox> m_pCB_TimeBased;
+ VclPtr<FixedText> m_pFT_TimeStart;
VclPtr<Edit> m_pEd_TimeStart;
+ VclPtr<FixedText> m_pFT_TimeEnd;
VclPtr<Edit> m_pEd_TimeEnd;
sal_Int32 m_nChangingControlCalls;