summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/hintwin.cxx
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 /sc/source/ui/view/hintwin.cxx
parentfactor out duplicated code into NamedDBs::initInserted() (diff)
downloadcore-5aa58e499a1fbd4e54692233d1b7f8c6237ad8e2.tar.gz
core-5aa58e499a1fbd4e54692233d1b7f8c6237ad8e2.zip
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>
Diffstat (limited to 'sc/source/ui/view/hintwin.cxx')
-rw-r--r--sc/source/ui/view/hintwin.cxx4
1 files changed, 2 insertions, 2 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();