summaryrefslogtreecommitdiffstats
path: root/sw/inc/ftnidx.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-02-15 23:15:01 +0100
committerChristoph Herzog <rhogez@googlemail.com>2011-02-15 23:25:00 +0100
commit66c00d6e5985cbbac9c44aba46331eb81d547052 (patch)
treee92b5c0424cae39c2ff8401eaf77d8b83e0b864a /sw/inc/ftnidx.hxx
parentadd in missing copyright line (diff)
downloadcore-66c00d6e5985cbbac9c44aba46331eb81d547052.tar.gz
core-66c00d6e5985cbbac9c44aba46331eb81d547052.zip
Translate some German comments.
Diffstat (limited to 'sw/inc/ftnidx.hxx')
-rw-r--r--sw/inc/ftnidx.hxx10
1 files changed, 5 insertions, 5 deletions
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;
};