summaryrefslogtreecommitdiff
path: root/sc/inc/optuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/optuno.hxx')
-rw-r--r--sc/inc/optuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/optuno.hxx b/sc/inc/optuno.hxx
index e62ae0ddd7f3..9f8c63af8ee1 100644
--- a/sc/inc/optuno.hxx
+++ b/sc/inc/optuno.hxx
@@ -73,12 +73,12 @@ public:
::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException,
- std::exception);
+ std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
const OUString& PropertyName )
throw(::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
- ::com::sun::star::uno::RuntimeException, std::exception);
+ ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};