From 81c7de82653d935a4a65d9c075bcaeb7697873e0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 14 May 2008 08:57:49 +0000 Subject: INTEGRATION: CWS koheiformula01 (1.27.210); FILE MERGED 2008/04/23 15:08:51 kohei 1.27.210.2: RESYNC: (1.27-1.29); FILE MERGED 2008/03/20 23:20:20 kohei 1.27.210.1: Use the current address convention everywhere instead of always using the OOo convention. --- sc/source/ui/drawfunc/fuins2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/drawfunc') diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx index 675e8c65708f..73caace45410 100644 --- a/sc/source/ui/drawfunc/fuins2.cxx +++ b/sc/source/ui/drawfunc/fuins2.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fuins2.cxx,v $ - * $Revision: 1.29 $ + * $Revision: 1.30 $ * * This file is part of OpenOffice.org. * @@ -168,7 +168,7 @@ void lcl_ChartInit( const uno::Reference < embed::XEmbeddedObject >& xObj, ScVie { pScDoc->LimitChartIfAll( aRangeListRef ); // limit whole columns/rows to used area String aTmpStr; - aRangeListRef->Format( aTmpStr, SCR_ABS_3D, pScDoc ); // update string from changed ranges + aRangeListRef->Format( aTmpStr, SCR_ABS_3D, pScDoc, pScDoc->GetAddressConvention() ); // update string from changed ranges aRangeString = aTmpStr; ScChartPositioner aChartPositioner( pScDoc, aRangeListRef ); -- cgit