[Libreoffice-commits] core.git: sc/source

Phillip Sz phillip.szelat at gmail.com
Tue Aug 11 07:11:26 PDT 2015


 sc/source/core/data/formulacell.cxx |    2 +-
 sc/source/core/data/table2.cxx      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6385c8e83758f14757ed73ffce703d8ba9d5c1e6
Author: Phillip Sz <phillip.szelat at gmail.com>
Date:   Thu Aug 6 17:56:17 2015 +0200

    tdf#39468 Translate German Comments - sc/source/core/data/
    
    With work from Christian M. Heller <christian.heller63 at 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 at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index ec9b4ff..e02c3cc 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 2ba437d..1a580f1 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);
 


More information about the Libreoffice-commits mailing list