diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-28 14:00:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-28 14:00:54 +0100 |
commit | 7150d4840f090a38ac4390ac503ac10552ed1ae4 (patch) | |
tree | 34805a407c42f8b671118e0c84f8cc88a1f5ce84 | |
parent | 5de2d02806669812d43e7f23db58ab7a16373ce6 (diff) |
unreferenced local variable
Change-Id: I33c2c9b1c4ea3979f16b36af170c515df1f6b0c2
-rw-r--r-- | sw/source/filter/rtf/swparrtf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx index e463f5ac2701..50fd2448857d 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; |