diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-05-29 10:59:27 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-05-29 10:59:27 +0200 |
commit | a571d1e991e400ed3ae5346a1bc2ef43ab23f215 (patch) | |
tree | a169e626e58b0855bc25a1cad391666bddaeaf0b /basic | |
parent | 9a46474f8c39a16a6a6980a45792b2b51a4a590e (diff) |
#i100000# fix for Warning-Error on Windows-BuildBot
Diffstat (limited to 'basic')
-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& ) { } |