diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 09:43:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 09:43:48 +0300 |
commit | 2175576c120806f8415be7ab2051ba639a18f564 (patch) | |
tree | b994088a97c90967f9f5ad7ef819e22c33d5e57a /starmath/source | |
parent | f8766d5258f8c8858e6f9558eb1e6e4a94dc0529 (diff) |
WaE: unreferenced local variable
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 90da132a385a..5b0057410e34 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -1197,7 +1197,7 @@ void SmDocShell::Execute(SfxRequest& rReq) for( ; nCnt && nCount; --nCnt, --nCount ) (pTmpUndoMgr->*fnDo)(); } - catch( const Exception& e ) + catch( const Exception& ) { DBG_UNHANDLED_EXCEPTION(); } |