summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
diff options
context:
space:
mode:
authorPhillip Sz <phillip.szelat@gmail.com>2015-08-06 17:56:17 +0200
committerEike Rathke <erack@redhat.com>2015-08-11 14:11:06 +0000
commit6385c8e83758f14757ed73ffce703d8ba9d5c1e6 (patch)
treebfd8929adc6aef06766b807d0ba209baab75a671 /sc/source/core/data/formulacell.cxx
parent14bead7f42427bbd4fbc9f3210ab675959653998 (diff)
tdf#39468 Translate German Comments - sc/source/core/data/
With work from Christian M. Heller <christian.heller63@gmail.com> rebased it to make it possible to merge Change-Id: Ib018fe94513a3b987bb992d86e4597612b44894f Reviewed-on: https://gerrit.libreoffice.org/14866 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/core/data/formulacell.cxx')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index ec9b4ff6d549..e02c3cc7252a 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -2273,7 +2273,7 @@ void ScFormulaCell::AddRecalcMode( ScRecalcMode nBits )
if ( (nBits & RECALCMODE_EMASK) != ScRecalcMode::NORMAL )
SetDirtyVar();
if ( nBits & ScRecalcMode::ONLOAD_ONCE )
- { // OnLoadOnce nur zum Dirty setzen nach Filter-Import
+ { // OnLoadOnce is used only to set Dirty after filter import.
nBits = (nBits & ~RECALCMODE_EMASK) | ScRecalcMode::NORMAL;
}
pCode->AddRecalcMode( nBits );