summaryrefslogtreecommitdiff
path: root/sw/inc/swundo.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-18 23:11:33 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-18 23:11:33 +0200
commitb85f7924bfe1c1ee6e5411a9c62549267f0e1335 (patch)
tree7270d27a86ca62cd947d46fd3e5924ba862a5097 /sw/inc/swundo.hxx
parent0793901069511fc5d7be70cb85b2f7c0ff14a5db (diff)
Translate German comments.
Diffstat (limited to 'sw/inc/swundo.hxx')
-rw-r--r--sw/inc/swundo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx
index f2785d32cb26..766ed9de181d 100644
--- a/sw/inc/swundo.hxx
+++ b/sw/inc/swundo.hxx
@@ -36,15 +36,15 @@
typedef ::std::vector< ::rtl::OUString > SwUndoComments_t;
-// die Ids fuer StdAktionen
+// The IDs for StdActions.
enum SwUndoId
{
UNDO_EMPTY = 0,
UNDO_STD_BEGIN = 1,
UNDO_START = UNDO_STD_BEGIN, // 1
UNDO_END, // 2
- REPEAT_START, // alle UndoIds zwischen REPEAT_START und
- // REPEAT_END sind Repeat-Faehig !!
+ REPEAT_START, // All UndoIDs between REPEAT_START and
+ // REPEAT_END are Repeat-enabled !!
UNDO_DELETE = REPEAT_START, // 3
UNDO_INSERT, // 4
UNDO_OVERWRITE, // 5