summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbafont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbafont.hxx')
-rw-r--r--sc/source/ui/vba/vbafont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbafont.hxx b/sc/source/ui/vba/vbafont.hxx
index 7a8032a2dfe2..c212f8d0c8ef 100644
--- a/sc/source/ui/vba/vbafont.hxx
+++ b/sc/source/ui/vba/vbafont.hxx
@@ -43,7 +43,7 @@ public:
const ScVbaPalette& dPalette,
const css::uno::Reference< css::beans::XPropertySet >& xPropertySet,
ScCellRangeObj* pRangeObj = nullptr, bool bFormControl = false ) throw ( css::uno::RuntimeException );
- virtual ~ScVbaFont();// {}
+ virtual ~ScVbaFont() override;// {}
// Attributes
virtual css::uno::Any SAL_CALL getSize() throw (css::uno::RuntimeException, std::exception) override;