summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2015-09-08 19:05:03 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-09 03:16:03 +0000
commit5aa58e499a1fbd4e54692233d1b7f8c6237ad8e2 (patch)
treed382508a009be00a41039f633300facf13029537
parent470848093a2687a6d8056629da6b43773ff4cb0c (diff)
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@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/source/ui/view/hintwin.cxx4
-rw-r--r--sc/source/ui/view/notemark.cxx6
2 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/view/hintwin.cxx b/sc/source/ui/view/hintwin.cxx
index b9d5113da83c..c0e630e12424 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 64b63ac11034..24ae12da2063 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 );
}