From e93d79e407da64eb4ccd11c3a85f81f69c7b7b95 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 13 Jun 2008 08:45:38 +0000 Subject: INTEGRATION: CWS swlists01 (1.13.192); FILE MERGED 2008/05/08 16:31:47 od 1.13.192.3: RESYNC: (1.14-1.15); FILE MERGED 2008/03/20 14:24:06 od 1.13.192.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/06 09:49:40 od 1.13.192.1: #i86732# - refactoring due to revised interface - refactoring due to revised interface --- sw/source/core/fields/cellfml.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/core/fields/cellfml.cxx') diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx index 7c723bc256..1f9af0404c 100644 --- a/sw/source/core/fields/cellfml.cxx +++ b/sw/source/core/fields/cellfml.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cellfml.cxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -131,7 +131,7 @@ double SwTableBox::GetValue( SwTblCalcPara& rCalcPara ) const aTmp.Put( SwTblBoxValue( nRet ) ); if( SFX_ITEM_SET != pFmt->GetItemState( RES_BOXATR_FORMAT )) aTmp.Put( SwTblBoxNumFormat( 0 )); - pFmt->SetAttr( aTmp ); + pFmt->SetFmtAttr( aTmp ); } rCalcPara.pTbl = pTmp; } -- cgit v1.2.3