summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/cellfml.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:45:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-13 08:45:38 +0000
commite93d79e407da64eb4ccd11c3a85f81f69c7b7b95 (patch)
treec32e4a34324d3c95f8d50dd7498bf03f0d15dce1 /sw/source/core/fields/cellfml.cxx
parente95a427fe787f6ad9ee201436512ffbdafdf1300 (diff)
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 <SwTxtNode> interface - refactoring due to revised <SwFmt> interface
Diffstat (limited to 'sw/source/core/fields/cellfml.cxx')
-rw-r--r--sw/source/core/fields/cellfml.cxx4
1 files changed, 2 insertions, 2 deletions
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;
}