diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-05-30 16:41:27 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-05-30 16:41:27 +0100 |
commit | 268f8a159d41b3a0bbbed8dbd2ca628f8a20ebc4 (patch) | |
tree | f6a8f7438c2e1fd07f3a75836150395ae3d921e3 /basic/source | |
parent | 35b363fbbd68c1af0457000efa18d666075ce946 (diff) |
cmcfixes74: wae fixes
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index 83c0ae9e65f4..4b58942d77aa 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -1905,7 +1905,7 @@ void SbUserFormModule::InitObject() triggerInitializeEvent(); } } - catch( uno::Exception& e ) + catch( uno::Exception& ) { } |