summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-10-30 21:03:57 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-10-31 14:26:51 +0100
commit2a06d78483db77aab28eaa522791bb4d96a4094e (patch)
treecd7a68afc5c50156de4c3c8ec8d5483b6ce5844e /sw/sdi
parentee401edfaae6e31e1276f2038e8661371b6240de (diff)
Translate German comments
Change-Id: I94cdb753d01dfd0d5b8f78ede1819b281b840ab2 Reviewed-on: https://gerrit.libreoffice.org/62669 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_annotsh.sdi2
-rw-r--r--sw/sdi/_tabsh.sdi2
-rw-r--r--sw/sdi/_textsh.sdi4
3 files changed, 4 insertions, 4 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi
index e271625bcdd8..323d5d06b8b1 100644
--- a/sw/sdi/_annotsh.sdi
+++ b/sw/sdi/_annotsh.sdi
@@ -468,7 +468,7 @@ interface _Annotation
ExecMethod = ExecSearch ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- // ab hier Export = FALSE;
+ // from here on Export = FALSE;
FID_SEARCH_ON // status()
[
ExecMethod = ExecSearch ;
diff --git a/sw/sdi/_tabsh.sdi b/sw/sdi/_tabsh.sdi
index 6b89dea2438b..9cb65cd4d276 100644
--- a/sw/sdi/_tabsh.sdi
+++ b/sw/sdi/_tabsh.sdi
@@ -410,7 +410,7 @@ interface BaseTextTable
StateMethod = NoState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
-// Slots ohne Export
+// Slots without export
FN_INSERT_TABLE
[
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index fbd946ca8494..463738966dea 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -987,8 +987,8 @@ interface BaseText
ExecMethod = ExecField ;
StateMethod = StateField;
]
- // Slots mit Export = FALSE
- //Slots ohne Export
+ // slots with Export = FALSE
+ //Slots without export
FN_CHAR_LEFT_SEL
[
ExecMethod = ExecBasicMove ;