From c6fc453194e2b735ba4080237dc3103efa88309d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 7 Nov 2011 21:42:47 +0100 Subject: [PATCH] fdo#42526 : need to parse the address convention for parsing references --- sc/source/ui/drawfunc/fuins2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx index 066dd12455d0..2a85eef8a7a7 100644 --- a/sc/source/ui/drawfunc/fuins2.cxx +++ b/sc/source/ui/drawfunc/fuins2.cxx @@ -162,7 +162,7 @@ void lcl_ChartInit( const uno::Reference < embed::XEmbeddedObject >& xObj, ScVie // use ScChartPositioner to auto-detect column/row headers (like ScChartArray in old version) ScRangeListRef aRangeListRef( new ScRangeList ); - aRangeListRef->Parse( aRangeString, pScDoc ); + aRangeListRef->Parse( aRangeString, pScDoc, SCA_VALID, pScDoc->GetAddressConvention() ); if ( !aRangeListRef->empty() ) { pScDoc->LimitChartIfAll( aRangeListRef ); // limit whole columns/rows to used area