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

New commits:
commit 18101d292f6a8de2ae45b49193b4c6e3c99a332f
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Dec 11 17:58:32 2014 +0200

    WaE: C4101: 'rException' : unreferenced local variable
    
    Change-Id: I7bb396cee015e36a02a8afb30a4f09f33fb5507c

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index ada85e9..4d24c0a 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -5192,7 +5192,7 @@ sal_uLong SwWW8ImplReader::CoreLoad(WW8Glossary *pGloss, 
const SwPosition &rPos)
             {
                 aGlobs <<= 
::comphelper::getProcessServiceFactory()->createInstanceWithArguments( 
"ooo.vba.word.Globals", aArgs );
             }
-            catch (const uno::Exception& rException)
+            catch (const uno::Exception&)
             {
                 SAL_WARN("sw.ww8", "SwWW8ImplReader::CoreLoad: 
ooo.vba.word.Globals is not available");
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to