summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dpgroupdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/dpgroupdlg.hxx')
-rw-r--r--sc/source/ui/inc/dpgroupdlg.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/source/ui/inc/dpgroupdlg.hxx b/sc/source/ui/inc/dpgroupdlg.hxx
index 7a1770ab6844..f6c88c94b0b9 100644
--- a/sc/source/ui/inc/dpgroupdlg.hxx
+++ b/sc/source/ui/inc/dpgroupdlg.hxx
@@ -50,6 +50,9 @@ public:
double GetValue() const;
void SetValue( bool bAuto, double fValue );
+protected:
+ ~ScDPGroupEditHelper() {}
+
private:
virtual bool ImplGetValue( double& rfValue ) const = 0;
virtual void ImplSetValue( double fValue ) = 0;
@@ -71,6 +74,8 @@ public:
RadioButton& rRbAuto, RadioButton& rRbMan,
ScDoubleField& rEdValue );
+ virtual ~ScDPNumGroupEditHelper() {}
+
private:
virtual bool ImplGetValue( double& rfValue ) const;
virtual void ImplSetValue( double fValue );
@@ -88,6 +93,8 @@ public:
RadioButton& rRbAuto, RadioButton& rRbMan,
DateField& rEdValue, const Date& rNullDate );
+ virtual ~ScDPDateGroupEditHelper() {}
+
private:
virtual bool ImplGetValue( double& rfValue ) const;
virtual void ImplSetValue( double fValue );