summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2010-05-26 10:39:54 +0200
committerIngrid Halama <iha@openoffice.org>2010-05-26 10:39:54 +0200
commit7ac5261f789e58e489652ed988319568185b681b (patch)
treebe53dc2f62b025f5d06d28989af5628f4a52affd /chart2
parentf46cc6b4b7fdee1fe9fa86c94c62721c8c7f0305 (diff)
chart47: #i79087# reduce assertions 'Trying to set a read-only property'
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
index fef3e1c10b05..1c7b495bd566 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
@@ -976,7 +976,6 @@ void WrappedStatisticPropertySetProperty::setValueToSeries(
const Reference< beans::XPropertySet >& /* xSeriesPropertySet */
, Reference< beans::XPropertySet > /* xNewValue */ ) const
{
- OSL_ENSURE( false, "Trying to set a read-only property" );
}
//-----------------------------------------------------------------------------