summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbafontbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbafontbase.hxx')
-rw-r--r--include/vbahelper/vbafontbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbafontbase.hxx b/include/vbahelper/vbafontbase.hxx
index 1835554f9aa8..3366c952e07a 100644
--- a/include/vbahelper/vbafontbase.hxx
+++ b/include/vbahelper/vbafontbase.hxx
@@ -79,7 +79,7 @@ public:
const css::uno::Reference< css::container::XIndexAccess >& xPalette,
const css::uno::Reference< css::beans::XPropertySet >& xPropertySet,
bool bFormControl = false ) throw ( css::uno::RuntimeException );
- virtual ~VbaFontBase();// {}
+ virtual ~VbaFontBase() override;// {}
// Attributes
virtual css::uno::Any SAL_CALL getSize() throw (css::uno::RuntimeException, std::exception) override;