diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-22 00:22:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-22 00:22:09 +0100 |
commit | f5a030c2d84e9dac150941f50e125b3c128d315f (patch) | |
tree | 5552e49f0f05983388d9779c47cc62eb1068b4b4 /connectivity | |
parent | b5b22e5c041ef5a4f9419cb8f97a091883dedbf8 (diff) |
loplugin:bodynotinblock
Change-Id: Icc60ba3c9b5e79a25a8a55c613e4af96289461ed
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/macab/MacabServices.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/connectivity/source/drivers/macab/MacabServices.cxx b/connectivity/source/drivers/macab/MacabServices.cxx index ac1f970dd122..6c7cd113a165 100644 --- a/connectivity/source/drivers/macab/MacabServices.cxx +++ b/connectivity/source/drivers/macab/MacabServices.cxx @@ -61,13 +61,13 @@ struct ProviderRequest ) { if (!xRet.is() && (Implname == sImplementationName)) - try - { - xRet = creator( xServiceManager, sImplementationName,Factory, Services,0); - } - catch(...) - { - } + try + { + xRet = creator( xServiceManager, sImplementationName,Factory, Services,0); + } + catch(...) + { + } return xRet.is(); } |