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

Albert Thuswaldner albert.thuswaldner at gmail.com
Tue Sep 8 20:16:24 PDT 2015


 sc/source/ui/view/hintwin.cxx  |    4 ++--
 sc/source/ui/view/notemark.cxx |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5aa58e499a1fbd4e54692233d1b7f8c6237ad8e2
Author: Albert Thuswaldner <albert.thuswaldner at gmail.com>
Date:   Tue Sep 8 19:05:03 2015 +0200

    tdf#39468 translated german comments in hintwin.cxx and notemark.cxx
    
    Change-Id: Ifedea7c26689a2760b6ba9ee4713f942c62bbdab
    Reviewed-on: https://gerrit.libreoffice.org/18417
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/ui/view/hintwin.cxx b/sc/source/ui/view/hintwin.cxx
index b9d5113..c0e630e 100644
--- a/sc/source/ui/view/hintwin.cxx
+++ b/sc/source/ui/view/hintwin.cxx
@@ -29,8 +29,8 @@ ScHintWindow::ScHintWindow( vcl::Window* pParent, const OUString& rTit, const OU
     aTitle( rTit ),
     aMessage( convertLineEnd(rMsg, LINEEND_CR) )
 {
-    //  Hellgelb, wie Notizen in detfunc.cxx
-    Color aYellow( 255,255,192 );           // hellgelb
+    // pale yellow, the same as for notes in detfunc.cxx
+    Color aYellow( 255,255,192 );           // pale yellow
     SetBackground( aYellow );
 
     aTextFont = GetFont();
diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx
index 64b63ac..24ae12d 100644
--- a/sc/source/ui/view/notemark.cxx
+++ b/sc/source/ui/view/notemark.cxx
@@ -86,8 +86,8 @@ IMPL_LINK_NOARG_TYPED(ScNoteMarker, TimeHdl, Timer *, void)
         OutputDevice* pPrinter = pDoc->GetRefDevice();
         if (pPrinter)
         {
-            //  Am Outliner des Draw-Model ist auch der Drucker als RefDevice gesetzt,
-            //  und es soll einheitlich aussehen.
+            // On the outliner of the draw model also the printer is set as RefDevice,
+            // and it should look uniform.
             Outliner& rOutliner = pModel->GetDrawOutliner();
             rOutliner.SetRefDevice(pPrinter);
         }
@@ -101,7 +101,7 @@ IMPL_LINK_NOARG_TYPED(ScNoteMarker, TimeHdl, Timer *, void)
                 aRect = pObject->GetCurrentBoundRect();
             }
 
-            // Page einfuegen damit das Model sie kennt und auch deleted
+            // Insert page so that the model recognise it and also deleted
             pModel->InsertPage( pPage );
 
         }


More information about the Libreoffice-commits mailing list