summaryrefslogtreecommitdiff
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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx
index 291d3825fed1..c07227fcab35 100644
--- a/uui/source/iahndl-locking.cxx
+++ b/uui/source/iahndl-locking.cxx
@@ -140,7 +140,7 @@ handleLockedDocumentRequest_(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(OUString("out of memory"),
+ throw uno::RuntimeException("out of memory",
uno::Reference< uno::XInterface >());
}
}
@@ -177,7 +177,7 @@ handleChangedByOthersRequest_(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(OUString("out of memory"),
+ throw uno::RuntimeException("out of memory",
uno::Reference< uno::XInterface >());
}
}
@@ -214,7 +214,7 @@ handleLockFileIgnoreRequest_(
}
catch (std::bad_alloc const &)
{
- throw uno::RuntimeException(OUString("out of memory"),
+ throw uno::RuntimeException("out of memory",
uno::Reference< uno::XInterface >());
}
}