writerfilter/source/ooxml/OOXMLDocumentImpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ef296e87b8afa1afdc08a23675658e0252dd2b86 Author: Michael Stahl <mst...@redhat.com> Date: Thu Jan 22 21:02:40 2015 +0100 writerfilter: WaE unused variable Change-Id: I60d5f4929168163e755934ccaf07d227e702948f diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx index 0481bd1..097bdfe 100644 --- a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx +++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx @@ -507,7 +507,7 @@ void OOXMLDocumentImpl::resolve(Stream & rStream) // and the domain mapper is likely in an inconsistent state throw; } - catch (uno::RuntimeException const& e) + catch (uno::RuntimeException const&) { throw; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits