summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.hxx')
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.hxx33
1 files changed, 17 insertions, 16 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx
index 08fad6cf17c3..254a18c1e0a2 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx
@@ -36,6 +36,7 @@ class ScCalcOptionsDialog : public ModalDialog
public:
ScCalcOptionsDialog(vcl::Window* pParent, const ScCalcConfig& rConfig);
virtual ~ScCalcOptionsDialog();
+ virtual void dispose() SAL_OVERRIDE;
DECL_LINK( BtnAutomaticSelectHdl, void* );
DECL_LINK( DeviceSelHdl, void* );
@@ -62,22 +63,22 @@ private:
#endif
private:
-
- CheckBox* mpEmptyAsZero;
- ListBox* mpConversion;
- ListBox* mpSyntax;
- CheckBox* mpUseOpenCL;
- NumericField* mpSpinButton;
- VclMultiLineEdit* mpEditField;
- PushButton* mpTestButton;
-
- FixedText* mpFtFrequency;
- FixedText* mpFtComputeUnits;
- FixedText* mpFtMemory;
-
- SvTreeListBox* mpOpenclInfoList;
- RadioButton* mpBtnAutomaticSelectionTrue;
- RadioButton* mpBtnAutomaticSelectionFalse;
+ VclPtr<CheckBox> mpEmptyAsZero;
+ VclPtr<ListBox> mpConversion;
+ VclPtr<ListBox> mpSyntax;
+
+ VclPtr<CheckBox> mpUseOpenCL;
+ VclPtr<NumericField> mpSpinButton;
+ VclPtr<VclMultiLineEdit> mpEditField;
+ VclPtr<PushButton> mpTestButton;
+
+ VclPtr<FixedText> mpFtFrequency;
+ VclPtr<FixedText> mpFtComputeUnits;
+ VclPtr<FixedText> mpFtMemory;
+
+ VclPtr<SvTreeListBox> mpOpenclInfoList;
+ VclPtr<RadioButton> mpBtnAutomaticSelectionTrue;
+ VclPtr<RadioButton> mpBtnAutomaticSelectionFalse;
OUString maSoftware;