summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/criface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/corereflection/criface.cxx')
-rw-r--r--stoc/source/corereflection/criface.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx
index d199c9361cef..28310227beaa 100644
--- a/stoc/source/corereflection/criface.cxx
+++ b/stoc/source/corereflection/criface.cxx
@@ -323,9 +323,8 @@ void IdlAttributeFieldImpl::checkException(
} else {
throw WrappedTargetRuntimeException(
OUString(
- RTL_CONSTASCII_USTRINGPARAM(
"non-RuntimeException occurred when accessing an"
- " interface type attribute")),
+ " interface type attribute"),
context, e);
}
}