Kaydet (Commit) 2175576c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unreferenced local variable

üst f8766d52
...@@ -1197,7 +1197,7 @@ void SmDocShell::Execute(SfxRequest& rReq) ...@@ -1197,7 +1197,7 @@ void SmDocShell::Execute(SfxRequest& rReq)
for( ; nCnt && nCount; --nCnt, --nCount ) for( ; nCnt && nCount; --nCnt, --nCount )
(pTmpUndoMgr->*fnDo)(); (pTmpUndoMgr->*fnDo)();
} }
catch( const Exception& e ) catch( const Exception& )
{ {
DBG_UNHANDLED_EXCEPTION(); DBG_UNHANDLED_EXCEPTION();
} }
......
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