ucbhelper/source/client/content.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit a7d3f57da50a21dbe27516948435255ad54249c7 Author: Michael Stahl <mst...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits