summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/migration/services/oo3extensionmigration.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx
index 0f039d36b069..18465296783f 100644
--- a/desktop/source/migration/services/oo3extensionmigration.cxx
+++ b/desktop/source/migration/services/oo3extensionmigration.cxx
@@ -439,8 +439,7 @@ void TmpRepositoryCommandEnv::handle(
uno::Reference< task::XInteractionRequest> const & xRequest )
throw ( uno::RuntimeException )
{
- uno::Any request( xRequest->getRequest() );
- OSL_ASSERT( request.getValueTypeClass() == uno::TypeClass_EXCEPTION );
+ OSL_ASSERT( xRequest->getRequest().getValueTypeClass() == uno::TypeClass_EXCEPTION );
bool approve = true;
bool abort = false;