summaryrefslogtreecommitdiff
path: root/chart2/source/tools/WrappedDefaultProperty.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/WrappedDefaultProperty.cxx')
-rw-r--r--chart2/source/tools/WrappedDefaultProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/WrappedDefaultProperty.cxx b/chart2/source/tools/WrappedDefaultProperty.cxx
index 216eb7a7c1c9..42d85266c145 100644
--- a/chart2/source/tools/WrappedDefaultProperty.cxx
+++ b/chart2/source/tools/WrappedDefaultProperty.cxx
@@ -81,7 +81,7 @@ beans::PropertyState WrappedDefaultProperty::getPropertyState(
if( m_aOuterDefaultValue == this->convertInnerToOuterValue( aValue ))
aState = beans::PropertyState_DEFAULT_VALUE;
}
- catch( beans::UnknownPropertyException& ex )
+ catch( const beans::UnknownPropertyException& ex )
{
ASSERT_EXCEPTION( ex );
}