summaryrefslogtreecommitdiff
path: root/padmin/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-12-21 21:57:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-12-21 21:57:54 +0900
commit7958f8244cc3e554b1339b14c7e589dfcbb0526c (patch)
tree8654a25c98b3338cc9f8c4377c89d4dce06387ad /padmin/source
parent7167559379cd44e0160ba20c69cbb6954887e32b (diff)
catch exception by constant reference
Diffstat (limited to 'padmin/source')
-rw-r--r--padmin/source/pamain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index e98ee4434003..e521c331d711 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -103,7 +103,7 @@ int MyApp::Main()
if( xFactory.is() )
setProcessServiceFactory( xFactory );
}
- catch( com::sun::star::uno::Exception& rExc)
+ catch( const com::sun::star::uno::Exception& )
{
}