summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/license_dialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/license_dialog.hxx')
-rw-r--r--desktop/source/deployment/gui/license_dialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/license_dialog.hxx b/desktop/source/deployment/gui/license_dialog.hxx
index f90a0e806b45..68b50c6df118 100644
--- a/desktop/source/deployment/gui/license_dialog.hxx
+++ b/desktop/source/deployment/gui/license_dialog.hxx
@@ -45,8 +45,8 @@ public:
// XExecutableDialog
virtual void SAL_CALL setTitle( OUString const & title )
- throw (css::uno::RuntimeException, std::exception);
- virtual sal_Int16 SAL_CALL execute() throw (css::uno::RuntimeException, std::exception);
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual sal_Int16 SAL_CALL execute() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
}
#endif