[Libreoffice-commits] core.git: connectivity/source
Stephan Bergmann
sbergman at redhat.com
Fri Feb 21 15:22:40 PST 2014
connectivity/source/drivers/macab/MacabServices.cxx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit f5a030c2d84e9dac150941f50e125b3c128d315f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sat Feb 22 00:22:09 2014 +0100
loplugin:bodynotinblock
Change-Id: Icc60ba3c9b5e79a25a8a55c613e4af96289461ed
diff --git a/connectivity/source/drivers/macab/MacabServices.cxx b/connectivity/source/drivers/macab/MacabServices.cxx
index ac1f970..6c7cd11 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();
}
More information about the Libreoffice-commits
mailing list