From 7958f8244cc3e554b1339b14c7e589dfcbb0526c Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 21 Dec 2011 21:57:16 +0900 Subject: catch exception by constant reference --- padmin/source/pamain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'padmin/source') 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& ) { } -- cgit