summaryrefslogtreecommitdiff
path: root/include/rsc
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-06-04 16:44:43 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-06 13:51:55 +0200
commitc6f4fd1942ddecab8485f19fa53faf1eda3a5667 (patch)
treea2be47d0fc419d81e9a513fb8c2cfd573ba5850a /include/rsc
parent7f793166719ce0b3917fa9751d3529c9ec5df854 (diff)
tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)
Translates all (leftovers) found using a custom regex, in directories not shown by /bin/find-german-comments and beginning with "h" to "i". Additionally: - Fixed a few spellings Change-Id: I54ea06f8e0cf1bd4bd6c84b171bec1bd342a8df8 Reviewed-on: https://gerrit.libreoffice.org/38390 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/rsc')
-rw-r--r--include/rsc/rsc-vcl-shared-types.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 1091e6432c39..bc943b078fb9 100644
--- a/include/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
@@ -109,7 +109,7 @@ enum class SymbolType : sal_uInt16
};
-// Border-Styles fuer SetBorder()
+// Border styles for SetBorder()
enum class WindowBorderStyle : sal_Int16
{
NONE = 0x0000,
@@ -127,7 +127,7 @@ namespace o3tl
#define KEY_CODE_MASK ((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)