From e1a1091d0ae61ba46c6d063a92db0b7d1ce65942 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 24 Aug 2011 11:22:56 +0900 Subject: catch ignored exceptions by const reference --- basebmp/test/bmpdemo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basebmp') diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx index effce214bb2f..ebb819ae4aba 100644 --- a/basebmp/test/bmpdemo.cxx +++ b/basebmp/test/bmpdemo.cxx @@ -1224,7 +1224,7 @@ void TestApp::Main() if( xFactory.is() ) ::comphelper::setProcessServiceFactory( xFactory ); } - catch( uno::Exception& ) + catch(const uno::Exception& ) { } -- cgit v1.2.3