summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-11-16 21:56:14 +0100
committerEike Rathke <erack@redhat.com>2016-11-16 21:56:41 +0100
commitce06e01f8b745283b00541cc4e8ac0d907a50554 (patch)
treef52a35807ba858bfde697fdedd7b19b60de397a3 /ucb
parent73302ce8b8cb1be588f2fb635b20faa792d5f4f8 (diff)
straighten weirdo exception message, inserting a comma and a blank helps..
Has ever been like that since commit 54bd83fe93ff3253fbcde2f8c0b97eccbdac52e5 Date: Thu Oct 31 15:24:42 2002 +0000 Change-Id: Ifa52dc10458a91054675900a55c1eee14899d80d
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filglob.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx
index 7bf7aca1a7d0..493cdb3c1809 100644
--- a/ucb/source/ucp/file/filglob.cxx
+++ b/ucb/source/ucp/file/filglob.cxx
@@ -506,8 +506,7 @@ namespace fileaccess {
OUString("ContentType");
aAny <<= MissingPropertiesException(
- OUString( "a property is missing necessary"
- "to create a content"),
+ OUString( "a property is missing, necessary to create a content"),
xComProc,
aSeq);
cancelCommandExecution(aAny,xEnv);
@@ -538,8 +537,7 @@ namespace fileaccess {
{
aAny <<=
MissingInputStreamException(
- OUString( "the inputstream is missing necessary"
- "to create a content"),
+ OUString( "the inputstream is missing, necessary to create a content"),
xComProc);
cancelCommandExecution(aAny,xEnv);
}