summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-05-26 13:54:17 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-05-28 16:15:38 +0300
commit12e30517610b7760b9deddb1320fe50ec7f81562 (patch)
tree315d500b98f64c838d80c1ef37b1e8e8f7192892 /sw
parentTranslate German comments in sw/inc/swscanner.hxx (diff)
downloadcore-12e30517610b7760b9deddb1320fe50ec7f81562.tar.gz
core-12e30517610b7760b9deddb1320fe50ec7f81562.zip
Translate German comments in sw/source/core/undo/unnum.cxx
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/undo/unnum.cxx25
1 files changed, 10 insertions, 15 deletions
diff --git a/sw/source/core/undo/unnum.cxx b/sw/source/core/undo/unnum.cxx
index ac7c13fb6c38..31752209798a 100644
--- a/sw/source/core/undo/unnum.cxx
+++ b/sw/source/core/undo/unnum.cxx
@@ -33,7 +33,7 @@
#include <editeng/lrspitem.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
-#include <swundo.hxx> // fuer die UndoIds
+#include <swundo.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <UndoCore.hxx>
@@ -63,7 +63,7 @@ SwUndoInsNum::SwUndoInsNum( const SwPosition& rPos, const SwNumRule& rRule,
nSttSet( ULONG_MAX ), pOldNumRule( 0 ),
sReplaceRule( rReplaceRule ), nLRSavePos( 0 )
{
- // keine Selektion !!
+ // No selection!
nEndNode = 0, nEndCntnt = USHRT_MAX;
nSttNode = rPos.nNode.GetIndex();
nSttCntnt = rPos.nContent.GetIndex();
@@ -102,9 +102,8 @@ void SwUndoInsNum::UndoImpl(::sw::UndoRedoContext & rContext)
if( nLRSavePos )
{
- // sofort Updaten, damit eventuell "alte" LRSpaces wieder
- // gueltig werden.
- // !!! Dafuer suche aber erstmal den richtigen NumRule - Namen!
+ // Update immediately so that potential "old" LRSpaces will be valid again.
+ // For that search firstly the correct NumRule names!
if( !pNd && nSttNode )
pNd = rDoc.GetNodes()[ nSttNode ]->GetTxtNode();
@@ -233,33 +232,29 @@ void SwUndoDelNum::AddNode( const SwTxtNode& rNd, sal_Bool )
}
}
-
-/* */
-
-
SwUndoMoveNum::SwUndoMoveNum( const SwPaM& rPam, long nOff, sal_Bool bIsOutlMv )
: SwUndo( bIsOutlMv ? UNDO_OUTLINE_UD : UNDO_MOVENUM ),
SwUndRng( rPam ),
nNewStt( 0 ), nOffset( nOff )
{
- // nOffset: nach unten => 1
- // nach oben => -1
+ // nOffset: Down => 1
+ // Up => -1
}
void SwUndoMoveNum::UndoImpl(::sw::UndoRedoContext & rContext)
{
sal_uLong nTmpStt = nSttNode, nTmpEnd = nEndNode;
- if( nEndNode || USHRT_MAX != nEndCntnt ) // Bereich ?
+ if( nEndNode || USHRT_MAX != nEndCntnt ) // section?
{
- if( nNewStt < nSttNode ) // nach vorne verschoben
+ if( nNewStt < nSttNode ) // moved forwards
nEndNode = nEndNode - ( nSttNode - nNewStt );
else
nEndNode = nEndNode + ( nNewStt - nSttNode );
}
nSttNode = nNewStt;
-//JP 22.06.95: wird wollen die Bookmarks/Verzeichnisse behalten, oder?
+// We want to keep the Bookmarks/Directories, don't we?
// SetPaM( rUndoIter );
// RemoveIdxFromRange( *rUndoIter.pAktPam, sal_True );
@@ -272,7 +267,7 @@ void SwUndoMoveNum::UndoImpl(::sw::UndoRedoContext & rContext)
void SwUndoMoveNum::RedoImpl(::sw::UndoRedoContext & rContext)
{
-//JP 22.06.95: wird wollen die Bookmarks/Verzeichnisse behalten, oder?
+// We want to keep the Bookmarks/Directories, don't we?
// SetPaM( rUndoIter );
// RemoveIdxFromRange( *rUndoIter.pAktPam, sal_True );