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

Michael Stahl mstahl at redhat.com
Thu Jan 22 12:09:09 PST 2015


 writerfilter/source/ooxml/OOXMLDocumentImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef296e87b8afa1afdc08a23675658e0252dd2b86
Author: Michael Stahl <mstahl at 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;
         }


More information about the Libreoffice-commits mailing list