summaryrefslogtreecommitdiffstats
path: root/uui/source/requeststringresolver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/requeststringresolver.cxx')
-rw-r--r--uui/source/requeststringresolver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/requeststringresolver.cxx b/uui/source/requeststringresolver.cxx
index 77642f4bc957..918b1ff2cfbf 100644
--- a/uui/source/requeststringresolver.cxx
+++ b/uui/source/requeststringresolver.cxx
@@ -102,7 +102,7 @@ UUIInteractionRequestStringResolver::createInstance(
}
catch (std::bad_alloc const &)
{
- throw star::uno::RuntimeException(OUString("out of memory"), 0);
+ throw star::uno::RuntimeException("out of memory", 0);
}
}