summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-02-02 17:23:50 +0100
committerChristoph Herzog <rhogez@googlemail.com>2011-02-02 17:29:24 +0100
commit1837819121b2a7c4009d83d48c67e06c40a6b346 (patch)
tree33078a95d3f8bc5536c30157f9e15a68404219bf /sw/inc/fmtftn.hxx
parent48518b08a0d022a6033eab152df15b11a0bb0d04 (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r--sw/inc/fmtftn.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx
index 85f9ca390ca6..96ba516973a5 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -35,17 +35,17 @@
class SwDoc;
class SwTxtFtn;
-// ATT_FTN **********************************************************
+// ATT_FTN
class SW_DLLPUBLIC SwFmtFtn: public SfxPoolItem
{
friend class SwTxtFtn;
- SwTxtFtn* pTxtAttr; //my TextAttribute
- String aNumber; //user-defined 'Number'
- USHORT nNumber; //automatic numbering
- bool m_bEndNote; // is it an End note?
+ SwTxtFtn* pTxtAttr; // My TextAttribute.
+ String aNumber; // User-defined 'Number'.
+ USHORT nNumber; // Automatic numbering.
+ bool m_bEndNote; // Is it an End note?
- // protected CopyCtor
+ // Protected CopyCtor.
SwFmtFtn& operator=(const SwFmtFtn& rFtn);
SwFmtFtn( const SwFmtFtn& );
@@ -53,7 +53,7 @@ public:
SwFmtFtn( bool bEndNote = false );
virtual ~SwFmtFtn();
- // "pure virtual methods" of SfxPoolItem
+ // "Pure virtual methods" of SfxPoolItem.
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;