diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-04 19:46:43 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-04 20:12:50 +0100 |
commit | 86024f7ff841e016c4b4616802eaadc744a5b8bf (patch) | |
tree | 37b654245abb32ab8ca56dceae7722f8e1a2cdb5 | |
parent | 9358e8f4622dd287daf9aa9a9f2bb6f7468122f8 (diff) |
remove unnecessary german comment
Change-Id: I954015fb76089ae7d83344e8d99f6bc04587016f
-rw-r--r-- | sc/source/core/data/cell.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx index bbf89760597f..371897686baa 100644 --- a/sc/source/core/data/cell.cxx +++ b/sc/source/core/data/cell.cxx @@ -1826,11 +1826,6 @@ void ScFormulaCell::SetDirty( bool bDirtyFlag ) SetDirtyVar(); else { - // Mehrfach-FormulaTracking in Load und in CompileAll - // nach CopyScenario und CopyBlockFromClip vermeiden. - // Wenn unbedingtes FormulaTracking noetig, vor SetDirty bDirty=false - // setzen, z.B. in CompileTokenArray - // Multiple Formulas avoid tracking in Load and Copy compileAll // by Scenario and Copy Block From Clip. // If unconditional required Formula tracking is set before SetDirty |