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

Michael Stahl mstahl at redhat.com
Thu Apr 10 05:17:00 PDT 2014


 ucbhelper/source/client/content.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a7d3f57da50a21dbe27516948435255ad54249c7
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Apr 10 14:12:13 2014 +0200

    warning C4101: 'e': unreferenced local variable
    
    Change-Id: I3fb8a4f2854fb034d6b184ee46c04e8a8d03ca6a

diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index a071786..4cb7628 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -298,6 +298,7 @@ static Reference< XContent > getContentNoThrow(
     }
     catch ( IllegalIdentifierException const & e )
     {
+        SAL_WARN("ucbhelper", "getContentNoThrow: exception: " << e.Message);
     }
 
     return xContent;


More information about the Libreoffice-commits mailing list