summaryrefslogtreecommitdiffstats
path: root/sw/inc/txtflcnt.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-25 20:33:33 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-25 20:33:33 +0200
commit5a032ac85835b9a9783ce3cd00dee420d65dc74b (patch)
tree4890c568ecf73b8660b3301f07848a4a1e00f307 /sw/inc/txtflcnt.hxx
parentRemove OS/2 support (diff)
downloadcore-5a032ac85835b9a9783ce3cd00dee420d65dc74b.tar.gz
core-5a032ac85835b9a9783ce3cd00dee420d65dc74b.zip
Translation of German comments.
Diffstat (limited to 'sw/inc/txtflcnt.hxx')
-rw-r--r--sw/inc/txtflcnt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/txtflcnt.hxx b/sw/inc/txtflcnt.hxx
index f4fb06a8e2f0..a56789113bcb 100644
--- a/sw/inc/txtflcnt.hxx
+++ b/sw/inc/txtflcnt.hxx
@@ -36,7 +36,7 @@ class SwTxtNode;
class SwDoc;
// SWTXT_FLYCNT ********************************
-// Attribut fuer zeilengebundene Frames (ohne Endindex)
+// Attribute for line-bound frames (without end index).
class SwTxtFlyCnt : public SwTxtAttr
{
@@ -45,13 +45,13 @@ class SwTxtFlyCnt : public SwTxtAttr
public:
SwTxtFlyCnt( SwFmtFlyCnt& rAttr, xub_StrLen nStart );
- // Setzt den Anker im pFmt und
+ // Sets anchor in pFmt and
void SetAnchor( const SwTxtNode *pNode );
inline SwFlyInCntFrm *GetFlyFrm( const SwFrm *pCurrFrm );
inline const SwFlyInCntFrm *GetFlyFrm( const SwFrm *pCurrFrm ) const;
- // erzeugt sich ein neues FlyFrameFormat
+ // creates for itself a new FlyFrameFormat.
void CopyFlyFmt( SwDoc* pDoc );
};