[Libreoffice-commits] core.git: Branch 'aoo/trunk' - rsc/inc

Matthias Seidel (via logerrit) logerrit at kemper.freedesktop.org
Sat Mar 30 13:10:21 UTC 2019


 rsc/inc/vclrsc.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 000b773ed335eba0c99feddb037140d761e393ca
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Mar 30 12:52:54 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Mar 30 12:52:54 2019 +0000

    Minor cleanup, translated German comments

diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx
index ac387544fa85..af3ac717c3d7 100644
--- a/rsc/inc/vclrsc.hxx
+++ b/rsc/inc/vclrsc.hxx
@@ -46,7 +46,7 @@ enum TimeFieldFormat {TIMEF_NONE, TIMEF_SEC, TIMEF_100TH_SEC, TIMEF_SEC_CS, Time
 
 #define KEY_CODE        ((sal_uInt16)0x0FFF)
 
-// Modifier-Tasten
+// Modifier-Keys
 #define KEY_SHIFT       ((sal_uInt16)0x1000)
 #define KEY_MOD1        ((sal_uInt16)0x2000)
 #define KEY_MOD2        ((sal_uInt16)0x4000)
@@ -69,9 +69,9 @@ enum KeyFuncType { KEYFUNC_DONTKNOW, KEYFUNC_NEW, KEYFUNC_OPEN, KEYFUNC_SAVE,
 #endif
 
 
-// --------------------------
-// - Bits fuer ToolBoxItems -
-// --------------------------
+// -------------------------
+// - Bits for ToolBoxItems -
+// -------------------------
 
 // from vcl/inc/toolbox.hxx
 typedef sal_uInt16 ToolBoxItemBits;


More information about the Libreoffice-commits mailing list