Kaydet (Commit) 5aa58e49 authored tarafından Albert Thuswaldner's avatar Albert Thuswaldner Kaydeden (comit) Markus Mohrhard

tdf#39468 translated german comments in hintwin.cxx and notemark.cxx

Change-Id: Ifedea7c26689a2760b6ba9ee4713f942c62bbdab
Reviewed-on: https://gerrit.libreoffice.org/18417Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 47084809
...@@ -29,8 +29,8 @@ ScHintWindow::ScHintWindow( vcl::Window* pParent, const OUString& rTit, const OU ...@@ -29,8 +29,8 @@ ScHintWindow::ScHintWindow( vcl::Window* pParent, const OUString& rTit, const OU
aTitle( rTit ), aTitle( rTit ),
aMessage( convertLineEnd(rMsg, LINEEND_CR) ) aMessage( convertLineEnd(rMsg, LINEEND_CR) )
{ {
// Hellgelb, wie Notizen in detfunc.cxx // pale yellow, the same as for notes in detfunc.cxx
Color aYellow( 255,255,192 ); // hellgelb Color aYellow( 255,255,192 ); // pale yellow
SetBackground( aYellow ); SetBackground( aYellow );
aTextFont = GetFont(); aTextFont = GetFont();
......
...@@ -86,8 +86,8 @@ IMPL_LINK_NOARG_TYPED(ScNoteMarker, TimeHdl, Timer *, void) ...@@ -86,8 +86,8 @@ IMPL_LINK_NOARG_TYPED(ScNoteMarker, TimeHdl, Timer *, void)
OutputDevice* pPrinter = pDoc->GetRefDevice(); OutputDevice* pPrinter = pDoc->GetRefDevice();
if (pPrinter) if (pPrinter)
{ {
// Am Outliner des Draw-Model ist auch der Drucker als RefDevice gesetzt, // On the outliner of the draw model also the printer is set as RefDevice,
// und es soll einheitlich aussehen. // and it should look uniform.
Outliner& rOutliner = pModel->GetDrawOutliner(); Outliner& rOutliner = pModel->GetDrawOutliner();
rOutliner.SetRefDevice(pPrinter); rOutliner.SetRefDevice(pPrinter);
} }
...@@ -101,7 +101,7 @@ IMPL_LINK_NOARG_TYPED(ScNoteMarker, TimeHdl, Timer *, void) ...@@ -101,7 +101,7 @@ IMPL_LINK_NOARG_TYPED(ScNoteMarker, TimeHdl, Timer *, void)
aRect = pObject->GetCurrentBoundRect(); 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 ); pModel->InsertPage( pPage );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment