View | Details | Raw Unified | Return to issue 85133
Collapse All | Expand All

(-)a/sw/source/core/fields/dbfld.cxx (-3 lines)
Lines 351-359 void SwDBField::Evaluate() Link Here
351
351
352
	SvNumberFormatter* pDocFormatter = GetDoc()->GetNumberFormatter();
352
	SvNumberFormatter* pDocFormatter = GetDoc()->GetNumberFormatter();
353
	pMgr->GetMergeColumnCnt(aColNm, GetLanguage(), aContent, &nValue, &nFmt);
353
	pMgr->GetMergeColumnCnt(aColNm, GetLanguage(), aContent, &nValue, &nFmt);
354
	if( !( nSubType & nsSwExtendedSubType::SUB_OWN_FMT ) )
355
		SetFormat( nFmt = pMgr->GetColumnFmt( aTmpData.sDataSource, aTmpData.sCommand,
356
										aColNm, pDocFormatter, GetLanguage() ));
357
354
358
	if( DBL_MAX != nValue )
355
	if( DBL_MAX != nValue )
359
	{
356
	{

Return to issue 85133