diff options
author | Markus Maier <maier@fs.ei.tum.de> | 2012-11-25 01:10:10 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-25 16:48:01 +0000 |
commit | b05dc2e3910d22bb919ada64a0cb21c67c0f3623 (patch) | |
tree | 2bb86143147a3b39a349d8d742628107326f2ab2 /basic | |
parent | b60f7e4e1c8a4db1dc0b5b1583cc1170c70590db (diff) |
German comment translations
Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/loops.cxx | 2 | ||||
-rw-r--r-- | basic/source/runtime/methods1.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx index 388911be93c7..ac536484e2c8 100644 --- a/basic/source/comp/loops.cxx +++ b/basic/source/comp/loops.cxx @@ -20,7 +20,7 @@ #include "sbcomp.hxx" -// Single-line IF und Multiline IF +// Single-line IF and Multiline IF void SbiParser::If() { diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index aac1e634a285..4412eb0424f9 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -3308,7 +3308,7 @@ sal_Int16 implGetWeekDay( double aDate, bool bFirstDayParam, sal_Int16 nFirstDay { Date aRefDate( 1,1,1900 ); long nDays = (long) aDate; - nDays -= 2; // normieren: 1.1.1900 => 0 + nDays -= 2; // normalize: 1.1.1900 => 0 aRefDate += nDays; DayOfWeek aDay = aRefDate.GetDayOfWeek(); sal_Int16 nDay; |