summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools/WrappedProperty.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/WrappedProperty.cxx')
-rw-r--r--chart2/source/tools/WrappedProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/WrappedProperty.cxx b/chart2/source/tools/WrappedProperty.cxx
index 51e13f529594..d073f4d6423f 100644
--- a/chart2/source/tools/WrappedProperty.cxx
+++ b/chart2/source/tools/WrappedProperty.cxx
@@ -135,7 +135,7 @@ beans::PropertyState WrappedProperty::getPropertyState( const Reference< beans::
aState = beans::PropertyState_DEFAULT_VALUE;
}
}
- catch( beans::UnknownPropertyException& ex )
+ catch( const beans::UnknownPropertyException& ex )
{
ASSERT_EXCEPTION( ex );
}