diff options
Diffstat (limited to 'xmlreader/source/span.cxx')
-rw-r--r-- | xmlreader/source/span.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlreader/source/span.cxx b/xmlreader/source/span.cxx index 92a218f1941e..8863d23dccf8 100644 --- a/xmlreader/source/span.cxx +++ b/xmlreader/source/span.cxx @@ -42,7 +42,7 @@ OUString Span::convertFromUtf8() const { RTL_TEXTTOUNICODE_FLAGS_INVALID_ERROR))) { throw css::uno::RuntimeException( - OUString("cannot convert from UTF-8"), + "cannot convert from UTF-8", css::uno::Reference< css::uno::XInterface >()); } return OUString(s, SAL_NO_ACQUIRE); |