summaryrefslogtreecommitdiffstats
path: root/uui/source/iahndl-locking.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl-locking.cxx')
-rw-r--r--uui/source/iahndl-locking.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx
index 46e9c0b5ccba..9a877f95fa5f 100644
--- a/uui/source/iahndl-locking.cxx
+++ b/uui/source/iahndl-locking.cxx
@@ -140,8 +140,7 @@ handleLockedDocumentRequest_(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException("out of memory",
- uno::Reference< uno::XInterface >());
+ throw uno::RuntimeException("out of memory");
}
}
@@ -177,8 +176,7 @@ handleChangedByOthersRequest_(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException("out of memory",
- uno::Reference< uno::XInterface >());
+ throw uno::RuntimeException("out of memory");
}
}
@@ -214,8 +212,7 @@ handleLockFileIgnoreRequest_(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException("out of memory",
- uno::Reference< uno::XInterface >());
+ throw uno::RuntimeException("out of memory");
}
}