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

(-)source/filter/excel/excdoc.cxx (+2 lines)
Lines 779-784 Link Here
779
						// because Xcl gets them right.
779
						// because Xcl gets them right.
780
						if( pFormCell->GetFormatType() == NUMBERFORMAT_LOGICAL )
780
						if( pFormCell->GetFormatType() == NUMBERFORMAT_LOGICAL )
781
							nAltNumForm = NUMBERFORMAT_ENTRY_NOT_FOUND;
781
							nAltNumForm = NUMBERFORMAT_ENTRY_NOT_FOUND;
782
						else if( pFormCell->GetFormatType() == NUMBERFORMAT_TEXT )
783
							nAltNumForm = NUMBERFORMAT_ENTRY_NOT_FOUND;
782
						else
784
						else
783
							nAltNumForm = pFormCell->GetStandardFormat(
785
							nAltNumForm = pFormCell->GetStandardFormat(
784
								rFormatter, nCellNumForm );
786
								rFormatter, nCellNumForm );

Return to issue 8640