summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_interact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/dp_interact.cxx')
-rw-r--r--desktop/source/deployment/misc/dp_interact.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/source/deployment/misc/dp_interact.cxx b/desktop/source/deployment/misc/dp_interact.cxx
index f895e0fd104f..3152817501e3 100644
--- a/desktop/source/deployment/misc/dp_interact.cxx
+++ b/desktop/source/deployment/misc/dp_interact.cxx
@@ -48,13 +48,13 @@ public:
const *>(0) ).isAssignableFrom(m_type) ); }
// XInterface
- virtual void SAL_CALL acquire() throw ();
- virtual void SAL_CALL release() throw ();
+ virtual void SAL_CALL acquire() throw () SAL_OVERRIDE;
+ virtual void SAL_CALL release() throw () SAL_OVERRIDE;
virtual Any SAL_CALL queryInterface( Type const & type )
- throw (RuntimeException, std::exception);
+ throw (RuntimeException, std::exception) SAL_OVERRIDE;
// XInteractionContinuation
- virtual void SAL_CALL select() throw (RuntimeException, std::exception);
+ virtual void SAL_CALL select() throw (RuntimeException, std::exception) SAL_OVERRIDE;
};
// XInterface
@@ -106,9 +106,9 @@ public:
// XInteractionRequest
virtual Any SAL_CALL getRequest()
- throw (RuntimeException, std::exception);
+ throw (RuntimeException, std::exception) SAL_OVERRIDE;
virtual Sequence< Reference<task::XInteractionContinuation> >
- SAL_CALL getContinuations() throw (RuntimeException, std::exception);
+ SAL_CALL getContinuations() throw (RuntimeException, std::exception) SAL_OVERRIDE;
};
// XInteractionRequest