Kaydet (Commit) 18101d29 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C4101: 'rException' : unreferenced local variable

Change-Id: I7bb396cee015e36a02a8afb30a4f09f33fb5507c
üst 3c405ff8
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment