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 32f0ebeb3510..276cc9a9192d 100644
--- a/include/vbahelper/vbadialogbase.hxx
+++ b/include/vbahelper/vbadialogbase.hxx
@@ -36,7 +36,7 @@ public:
virtual ~VbaDialogBase() {}
// Methods
- virtual void SAL_CALL Show() throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL Show() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual OUString mapIndexToName( sal_Int32 nIndex ) = 0;
};