summaryrefslogtreecommitdiff
path: root/sw/inc/calc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r--sw/inc/calc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index de39a1c105f0..4610eaff6023 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -111,7 +111,7 @@ public:
SbxValue( rVal ),
bVoid(rVal.bVoid)
{}
- virtual ~SwSbxValue();
+ virtual ~SwSbxValue() override;
bool GetBool() const;
double GetDouble() const;