diff options
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; |