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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 12 14:53:53 UTC 2018


 sc/source/ui/view/gridwin4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a40880ca4b7693f9b926404fe5745d7123b320e6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Oct 12 11:35:30 2018 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Fri Oct 12 16:53:27 2018 +0200

    Simple translation passing by...
    
    Change-Id: I643e8bdf6b88d53f41008e41ac04fbf49696c3a2
    Reviewed-on: https://gerrit.libreoffice.org/61707
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index 37f7ce828fbb..e74c18125a45 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -562,7 +562,7 @@ void ScGridWindow::DrawContent(OutputDevice &rDevice, const ScTableInfo& rTableI
     bool bPageMode = pViewData->IsPagebreakMode();
     if (bPageMode)                                      // after FindChanged
     {
-        // SetPagebreakMode initialisiert auch bPrinted Flags
+        // SetPagebreakMode also initializes bPrinted Flags
         aOutputData.SetPagebreakMode( pViewData->GetView()->GetPageBreakData() );
     }
 


More information about the Libreoffice-commits mailing list