diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-09-03 15:46:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-09-03 15:46:47 +0300 |
commit | cbfe56c3bc7ae849f8ea9825445f5e2c5dc4dc00 (patch) | |
tree | 6f69b68739ece68fea8886bc04891121ce8d5867 /basctl | |
parent | e576b47521446002a473575f2051ec36c4237bf2 (diff) |
WaE: C4101: 'ex' : unreferenced local variable
Change-Id: I804bafb4057e1bb409b7f30d79554f2773cb3967
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 69012cc6287b..e2e5e72e0e6a 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -2901,7 +2901,7 @@ UnoTypeCodeCompletetor::UnoTypeCodeCompletetor( const std::vector< OUString >& a if( xRefl.is() ) xClass = xRefl->forName( sVarType );//get the base class for reflection } - catch( const Exception& ex ) + catch( const Exception& ) { bCanComplete = false; return; |