diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-15 13:35:08 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-16 08:15:18 +0200 |
commit | 20f0c633c95c963ccf14be986390ef28137b608f (patch) | |
tree | db4d8df967d562fb65714d3c1a5818d9d8c4765d /chart2 | |
parent | 8630982a90c1e6d8de702534bc3d763ed8763f98 (diff) |
remove unused member variables
Change-Id: I2db9b587eea0569df5225171244cee545d6155df
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/sidebar/ChartElementsPanel.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx index 399b0f9b003b..82a26656258c 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx @@ -67,10 +67,6 @@ public: virtual void dispose() SAL_OVERRIDE; private: //ui controls - VclPtr<ListBox> mpLbCategory; - VclPtr<ToolBox> mpTBCategory; - VclPtr<NumericField> mpEdDecimals; - VclPtr<NumericField> mpEdLeadZeroes; VclPtr<CheckBox> mpCBTitle; VclPtr<CheckBox> mpCBSubtitle; VclPtr<CheckBox> mpCBXAxis; |