summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 984633ce454b..c6b55a1db48c 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2268,7 +2268,7 @@ void ScColumn::CompileXML( ScProgress& rProgress )
if( (nCellFormat % SV_COUNTRY_LANGUAGE_OFFSET) != 0)
pFCell->SetNeedNumberFormat(false);
else
- pFCell->SetDirty(true);
+ pFCell->SetDirtyVar();
pFCell->CompileXML( rProgress );
if ( nRow != maItems[i].nRow )