From 66c00d6e5985cbbac9c44aba46331eb81d547052 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Tue, 15 Feb 2011 23:15:01 +0100 Subject: Translate some German comments. --- sw/inc/ftnidx.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/inc/ftnidx.hxx') diff --git a/sw/inc/ftnidx.hxx b/sw/inc/ftnidx.hxx index 079aa046faba..783f349363ca 100644 --- a/sw/inc/ftnidx.hxx +++ b/sw/inc/ftnidx.hxx @@ -36,9 +36,9 @@ class SwTxtFtn; class SwNodeIndex; class SwSectionNode; -// ueberall, wo der NodeIndex gebraucht wird, werden die hier fehlenden -// Headerfiles schon includes. Darum hier nur als define und nicht als -// inline Methode (spart Compile-Zeit) +// Everywhere where NodeIndex is used, the header files missing here +// are already included. Therefore put here as defines only and +// not as inline methods (saves compile time). #define _SwTxtFtn_GetIndex( pFIdx ) (pFIdx->GetTxtNode().GetIndex()) @@ -50,8 +50,8 @@ class SwFtnIdxs : public _SwFtnIdxs public: SwFtnIdxs() {} - void UpdateFtn( const SwNodeIndex& rStt ); // ab Pos. alle Updaten - void UpdateAllFtn(); // alle Fussnoten updaten + void UpdateFtn( const SwNodeIndex& rStt ); // Update all from pos. + void UpdateAllFtn(); // Update all footnotes. SwTxtFtn* SeekEntry( const SwNodeIndex& rIdx, USHORT* pPos = 0 ) const; }; -- cgit