sax/source/fastparser/fastparser.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2d061fe93c077c3946376bdb2c63da943b4b0b1
Author: Tor Lillqvist <t...@collabora.com>
Date:   Mon Oct 21 09:13:43 2013 +0300

    WaE: unreferenced local variable
    
    Change-Id: I9783f03e656049b4f3b7f0a26a7ae626db5a13f6

diff --git a/sax/source/fastparser/fastparser.cxx 
b/sax/source/fastparser/fastparser.cxx
index fa8990d..7ddfcff 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -74,7 +74,7 @@ private:
         {
             mpParser->parse();
         }
-        catch (const SAXParseException& e)
+        catch (const SAXParseException&)
         {
             mpParser->getEntity().getEvent( EXCEPTION );
             mpParser->produce( EXCEPTION );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to