summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NServices.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-13 09:47:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-13 09:47:24 +0100
commit9d71fa66665fd841b1be18901c49359a454b0448 (patch)
tree0d7c5b3bdfe3c77ffa8a9043c38e2a1de9323af8 /connectivity/source/drivers/evoab2/NServices.cxx
parent2d954b614956c70d02761060dbb465d809c74fc0 (diff)
catch by const reference
Diffstat (limited to 'connectivity/source/drivers/evoab2/NServices.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NServices.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NServices.cxx b/connectivity/source/drivers/evoab2/NServices.cxx
index 87e0831513e4..8c28d56c36c9 100644
--- a/connectivity/source/drivers/evoab2/NServices.cxx
+++ b/connectivity/source/drivers/evoab2/NServices.cxx
@@ -77,7 +77,7 @@ struct ProviderRequest
{
xRet = creator( xServiceManager, sImplementationName,Factory, Services,0);
}
- catch(::com::sun::star::uno::Exception)
+ catch(const ::com::sun::star::uno::Exception&)
{
OSL_FAIL("Service Creation Exception");
}