summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 09:43:48 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 09:43:48 +0300
commit2175576c120806f8415be7ab2051ba639a18f564 (patch)
treeb994088a97c90967f9f5ad7ef819e22c33d5e57a /starmath
parentf8766d5258f8c8858e6f9558eb1e6e4a94dc0529 (diff)
WaE: unreferenced local variable
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/document.cxx2
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();
}