diff options
author | Phillip Sz <phillip.szelat@gmail.com> | 2015-08-06 17:56:17 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-08-11 14:11:06 +0000 |
commit | 6385c8e83758f14757ed73ffce703d8ba9d5c1e6 (patch) | |
tree | bfd8929adc6aef06766b807d0ba209baab75a671 | |
parent | 14bead7f42427bbd4fbc9f3210ab675959653998 (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>
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/table2.cxx | 2 |
2 files changed, 2 insertions, 2 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 ); diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx index 2ba437d07f98..1a580f18a454 100644 --- a/sc/source/core/data/table2.cxx +++ b/sc/source/core/data/table2.cxx @@ -3093,7 +3093,7 @@ void ScTable::DBShowRow(SCROW nRow, bool bShow) { if (ValidRow(nRow) && pRowFlags) { - // Always set Filter-Flag, also unchanged when Hidden + // Always set filter flag; unchanged when Hidden bool bChanged = SetRowHidden(nRow, nRow, !bShow); SetRowFiltered(nRow, nRow, !bShow); |