summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NServices.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-15 09:22:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-15 09:22:09 +0200
commit7275a051677b5646e56623b3addc783880ce8e9b (patch)
treeff4a200d324649789b4791ceacc8dabf822f7860 /connectivity/source/drivers/evoab2/NServices.cxx
parent2b2a27ed4452e5b6dbdd0036fa521663111c671d (diff)
loplugin warnings
Change-Id: I23ce5efe4ba20e1da5ffd169a2f3140a73dd035f
Diffstat (limited to 'connectivity/source/drivers/evoab2/NServices.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NServices.cxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/connectivity/source/drivers/evoab2/NServices.cxx b/connectivity/source/drivers/evoab2/NServices.cxx
index e543cb808514..c5e7082dbcc2 100644
--- a/connectivity/source/drivers/evoab2/NServices.cxx
+++ b/connectivity/source/drivers/evoab2/NServices.cxx
@@ -61,13 +61,15 @@ struct ProviderRequest
)
{
if (!xRet.is() && (Implname == sImplementationName))
- try
{
- xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
- }
- catch(const ::com::sun::star::uno::Exception&)
- {
- OSL_FAIL("Service Creation Exception");
+ try
+ {
+ xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
+ }
+ catch(const ::com::sun::star::uno::Exception&)
+ {
+ OSL_FAIL("Service Creation Exception");
+ }
}
return xRet.is();
}