summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 08:57:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 08:57:49 +0000
commit81c7de82653d935a4a65d9c075bcaeb7697873e0 (patch)
tree34bdbd3c3eb0c9c2ac0cde4b5ef6beb88a8c269d /sc/source/ui/drawfunc
parent9a026ee93afd5f7184f73492f76393b05478262e (diff)
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.
Diffstat (limited to 'sc/source/ui/drawfunc')
-rw-r--r--sc/source/ui/drawfunc/fuins2.cxx4
1 files changed, 2 insertions, 2 deletions
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 );