diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-12-11 17:58:32 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-12-11 17:58:32 +0200 |
commit | 18101d292f6a8de2ae45b49193b4c6e3c99a332f (patch) | |
tree | 60de7f80a96b81510a5a2cb27d9d204941e62f60 | |
parent | 3c405ff82fcc9f8f044833420485c54658064636 (diff) |
WaE: C4101: 'rException' : unreferenced local variable
Change-Id: I7bb396cee015e36a02a8afb30a4f09f33fb5507c
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index ada85e92587a..4d24c0aef61f 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"); } |