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

Stephan Bergmann sbergman at redhat.com
Thu May 7 23:58:28 PDT 2015


 i18npool/source/characterclassification/cclass_unicode.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 665657d3da01f98cedac15af3d3c82b372c5a050
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri May 8 08:57:56 2015 +0200

    Also mention exception type
    
    Change-Id: I3ba60fd0ff8f4ed0a2683986cec7bdb25a837c18

diff --git a/i18npool/source/characterclassification/cclass_unicode.cxx b/i18npool/source/characterclassification/cclass_unicode.cxx
index 95a6c57..da317a8 100644
--- a/i18npool/source/characterclassification/cclass_unicode.cxx
+++ b/i18npool/source/characterclassification/cclass_unicode.cxx
@@ -113,7 +113,7 @@ cclass_Unicode::toTitle( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount,
     {
         uno::Any a(cppu::getCaughtException());
         throw lang::WrappedTargetRuntimeException(
-            "wrapped Exception " + e.Message,
+            "wrapped " + a.getValueTypeName() + ": " + e.Message,
             uno::Reference<uno::XInterface>(), a);
     }
 }


More information about the Libreoffice-commits mailing list