diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-02-15 23:15:01 +0100 |
---|---|---|
committer | Christoph Herzog <rhogez@googlemail.com> | 2011-02-15 23:25:00 +0100 |
commit | 66c00d6e5985cbbac9c44aba46331eb81d547052 (patch) | |
tree | e92b5c0424cae39c2ff8401eaf77d8b83e0b864a /sw/inc/ftninfo.hxx | |
parent | 1cbb28a252f8030e890b976451c9adb8e7156ed2 (diff) |
Translate some German comments.
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r-- | sw/inc/ftninfo.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx index 0114e115da17..1376fb75c102 100644 --- a/sw/inc/ftninfo.hxx +++ b/sw/inc/ftninfo.hxx @@ -55,7 +55,7 @@ public: SwClient *GetPageDescDep() const { return (SwClient*)&aPageDescDep; } void SetFtnTxtColl(SwTxtFmtColl& rColl); - SwTxtFmtColl* GetFtnTxtColl() const { return (SwTxtFmtColl*) GetRegisteredIn(); } // kann 0 sein + SwTxtFmtColl* GetFtnTxtColl() const { return (SwTxtFmtColl*) GetRegisteredIn(); } // can be 0. SwCharFmt* GetCharFmt(SwDoc &rDoc) const; void SetCharFmt( SwCharFmt* ); @@ -82,7 +82,7 @@ public: enum SwFtnPos { - //Derzeit nur PAGE und CHAPTER. CHAPTER == Dokumentendenoten. + // Momentarily only PAGE and CHAPTER. CHAPTER == document-endnotes. FTNPOS_PAGE = 1, FTNPOS_CHAPTER = 8 }; |