summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsr.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-25 21:26:09 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-25 21:26:09 +0200
commitff32eaf4fe86d44b94113f87d3ade5b1d543701d (patch)
treec81222f98b13d6a0bf319393142c4c8a6b074f57 /sw/inc/unocrsr.hxx
parent5a032ac85835b9a9783ce3cd00dee420d65dc74b (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r--sw/inc/unocrsr.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx
index 26f193a9dc81..74713a77e665 100644
--- a/sw/inc/unocrsr.hxx
+++ b/sw/inc/unocrsr.hxx
@@ -49,8 +49,8 @@ protected:
public:
- // gibt es eine Selection vom Content in die Tabelle
- // Return Wert gibt an, ob der Crsr auf der alten Position verbleibt
+ // Does a selection of content exist in table?
+ // Return value indicates if the cursor remains at its old position.
virtual sal_Bool IsSelOvr( int eFlags =
( nsSwCursorSelOverFlags::SELOVER_CHECKNODESSECTION |
nsSwCursorSelOverFlags::SELOVER_TOGGLE |
@@ -81,9 +81,9 @@ public:
class SwUnoTableCrsr : public virtual SwUnoCrsr, public virtual SwTableCursor
{
- // die Selection hat die gleiche Reihenfolge wie die
- // TabellenBoxen. D.h., wird aus dem einen Array an einer Position
- // etwas geloescht, dann muss es auch im anderen erfolgen!!
+ // The selection has the same order as the table boxes, i.e.
+ // if something is deleted from the one array at a certain position
+ // it has also to be deleted from the other!
SwCursor aTblSel;
using SwTableCursor::MakeBoxSels;
@@ -92,8 +92,8 @@ public:
SwUnoTableCrsr( const SwPosition& rPos );
virtual ~SwUnoTableCrsr();
- // gibt es eine Selection vom Content in die Tabelle
- // Return Wert gibt an, ob der Crsr auf der alten Position verbleibt
+ // Does a selection of content exist in table?
+ // Return value indicates if the cursor remains at its old position.
virtual sal_Bool IsSelOvr( int eFlags =
( nsSwCursorSelOverFlags::SELOVER_CHECKNODESSECTION |
nsSwCursorSelOverFlags::SELOVER_TOGGLE |