diff options
Diffstat (limited to 'sc/source/ui/docshell/docsh8.cxx')
-rw-r--r-- | sc/source/ui/docshell/docsh8.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index 120b3863dfed..2eb7b253dd7d 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -628,12 +628,6 @@ void lcl_GetColumnTypes( { sal_uInt32 nFormat; pDoc->GetNumberFormat( nCol, nFirstDataRow, nTab, nFormat ); - if (aCell.meType == CELLTYPE_FORMULA && ((nFormat % SV_COUNTRY_LANGUAGE_OFFSET) == 0)) - { - nFormat = ScGlobal::GetStandardFormat( - aCell.mpFormula->GetValue(), *pNumFmt, nFormat, - aCell.mpFormula->GetFormatType()); - } switch ( pNumFmt->GetType( nFormat ) ) { case NUMBERFORMAT_LOGICAL : |