summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbadialogbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbadialogbase.hxx')
-rw-r--r--include/vbahelper/vbadialogbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbadialogbase.hxx b/include/vbahelper/vbadialogbase.hxx
index 27d624620df4..424d04e90fb6 100644
--- a/include/vbahelper/vbadialogbase.hxx
+++ b/include/vbahelper/vbadialogbase.hxx
@@ -35,7 +35,7 @@ public:
virtual ~VbaDialogBase() {}
// Methods
- virtual void SAL_CALL Show() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL Show() throw (css::uno::RuntimeException, std::exception) override;
virtual OUString mapIndexToName( sal_Int32 nIndex ) = 0;
};