[Libreoffice-commits] core.git: ucb/source

Eike Rathke erack at redhat.com
Wed Nov 16 20:57:06 UTC 2016


 ucb/source/ucp/file/filglob.cxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit ce06e01f8b745283b00541cc4e8ac0d907a50554
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Nov 16 21:56:14 2016 +0100

    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

diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx
index 7bf7aca..493cdb3 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);
         }


More information about the Libreoffice-commits mailing list