sw/source/filter/rtf/swparrtf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7150d4840f090a38ac4390ac503ac10552ed1ae4
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jul 28 14:00:54 2016 +0100

    unreferenced local variable
    
    Change-Id: I33c2c9b1c4ea3979f16b36af170c515df1f6b0c2

diff --git a/sw/source/filter/rtf/swparrtf.cxx 
b/sw/source/filter/rtf/swparrtf.cxx
index e463f5a..50fd2448 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -186,7 +186,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL 
TestImportRTF(const OUString &rURL
     {
         bRet = pReader->Read(*pD, OUString(), aPaM, OUString()) == 0;
     }
-    catch (std::exception const& e)
+    catch (std::exception const&)
     {
     }
     delete pReader;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to