summaryrefslogtreecommitdiff
path: root/framework/source/interaction/quietinteraction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/interaction/quietinteraction.cxx')
-rw-r--r--framework/source/interaction/quietinteraction.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/framework/source/interaction/quietinteraction.cxx b/framework/source/interaction/quietinteraction.cxx
index 1717bf0cc17f..6675787f1cf5 100644
--- a/framework/source/interaction/quietinteraction.cxx
+++ b/framework/source/interaction/quietinteraction.cxx
@@ -39,15 +39,11 @@
namespace framework{
-
-
QuietInteraction::QuietInteraction()
: m_aRequest ( )
{
}
-
-
void SAL_CALL QuietInteraction::handle( const css::uno::Reference< css::task::XInteractionRequest >& xRequest ) throw( css::uno::RuntimeException, std::exception )
{
// safe the request for outside analyzing everytime!
@@ -134,16 +130,12 @@ void SAL_CALL QuietInteraction::handle( const css::uno::Reference< css::task::XI
xAbort->select();
}
-
-
css::uno::Any QuietInteraction::getRequest() const
{
SolarMutexGuard g;
return m_aRequest;
}
-
-
sal_Bool QuietInteraction::wasUsed() const
{
SolarMutexGuard g;