From 75b835c8cd2953c5bc0f23df300ee553f94eb28d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 11 Dec 2011 18:51:50 +0900 Subject: catch exception by constant reference --- forms/source/runtime/formoperations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/runtime') diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx index 6259944b149b..aa0297a62cf3 100644 --- a/forms/source/runtime/formoperations.cxx +++ b/forms/source/runtime/formoperations.cxx @@ -979,7 +979,7 @@ namespace frm m_xParser->setOrder( sNewValue ); } } - catch( Exception& ) + catch( const Exception& ) { OSL_FAIL( "FormOperations::propertyChange: caught an exception while updating the parser!" ); } -- cgit