summaryrefslogtreecommitdiff
path: root/framework/source/fwe/interaction/preventduplicateinteraction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/interaction/preventduplicateinteraction.cxx')
-rw-r--r--framework/source/fwe/interaction/preventduplicateinteraction.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/source/fwe/interaction/preventduplicateinteraction.cxx b/framework/source/fwe/interaction/preventduplicateinteraction.cxx
index 818fdfe2122a..a019094d1484 100644
--- a/framework/source/fwe/interaction/preventduplicateinteraction.cxx
+++ b/framework/source/fwe/interaction/preventduplicateinteraction.cxx
@@ -63,7 +63,6 @@ void PreventDuplicateInteraction::useDefaultUUIHandler()
}
css::uno::Any SAL_CALL PreventDuplicateInteraction::queryInterface( const css::uno::Type& aType )
- throw (css::uno::RuntimeException, std::exception)
{
if ( aType.equals( cppu::UnoType<XInteractionHandler2>::get() ) )
{
@@ -76,7 +75,6 @@ css::uno::Any SAL_CALL PreventDuplicateInteraction::queryInterface( const css::u
}
void SAL_CALL PreventDuplicateInteraction::handle(const css::uno::Reference< css::task::XInteractionRequest >& xRequest)
- throw(css::uno::RuntimeException, std::exception)
{
css::uno::Any aRequest = xRequest->getRequest();
bool bHandleIt = true;
@@ -130,7 +128,6 @@ void SAL_CALL PreventDuplicateInteraction::handle(const css::uno::Reference< css
}
sal_Bool SAL_CALL PreventDuplicateInteraction::handleInteractionRequest( const css::uno::Reference< css::task::XInteractionRequest >& xRequest )
- throw (css::uno::RuntimeException, std::exception)
{
css::uno::Any aRequest = xRequest->getRequest();
bool bHandleIt = true;