summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx')
-rw-r--r--unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
index 2b9d773d297f..7806e4fd3a6c 100644
--- a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
+++ b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
@@ -68,8 +68,7 @@ bool Prot::protect(
context,
CppUnit::Message(
convert(
- OUString("An uncaught exception of type ")
- + a.getValueTypeName()),
+ "An uncaught exception of type " + a.getValueTypeName()),
convert(e.Message)));
}
return false;