summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucbhelper/source/client/content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index fc5557611d..e93fdfcadf 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -240,7 +240,7 @@ static void ensureContentProviderForURL( const ContentBroker & rBroker,
{
throw ContentCreationException(
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
- "No Content Provider available for given URL!" )),
+ "No Content Provider available for URL: ")) + rURL,
Reference< XInterface >(),
ContentCreationError_NO_CONTENT_PROVIDER );
}