diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 14:07:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 15:26:02 +0300 |
commit | 8eb0a79b94f7155e30b98efc5a88fba248639564 (patch) | |
tree | 8793e724c615697fa2bd71b8d1a884250536ec98 | |
parent | 849651d01b8271a33de2a3e06eadf22b52383cc9 (diff) |
WaE: unreferenced local variable
-rw-r--r-- | starmath/source/mathmlimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index f3547856ee33..a00fa3b6baaf 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -2984,7 +2984,7 @@ void SmXMLImport::SetConfigurationSettings(const Sequence<PropertyValue>& aConfP (void) e; // dealing with read-only properties here. Nothing to do... } - catch( Exception& e) + catch( Exception& ) { OSL_FAIL( "SmXMLImport::SetConfigurationSettings: Exception!" ); } |