summaryrefslogtreecommitdiff
path: root/sw/inc/txtatr.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/txtatr.hxx
parent38e39a9fa5a838bf37dbe1671d67c4a93d33bd2a (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r--sw/inc/txtatr.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx
index 5224ec80b38f..f15e4e75c0f0 100644
--- a/sw/inc/txtatr.hxx
+++ b/sw/inc/txtatr.hxx
@@ -32,7 +32,7 @@
#include <calbck.hxx>
-class SwTxtNode; // fuer SwTxtFld
+class SwTxtNode; // For SwTxtFld.
class SwCharFmt;
namespace sw {
@@ -51,7 +51,7 @@ public:
SwTxtCharFmt( SwFmtCharFmt& rAttr, xub_StrLen nStart, xub_StrLen nEnd );
virtual ~SwTxtCharFmt( );
- // werden vom SwFmtCharFmt hierher weitergeleitet (no derivation from SwClient!)
+ // Passed from SwFmtCharFmt (no derivation from SwClient!).
void ModifyNotification( const SfxPoolItem*, const SfxPoolItem* );
bool GetInfo( SfxPoolItem& rInfo ) const;
@@ -109,7 +109,7 @@ public:
SW_DLLPRIVATE void InitRuby(SwTxtNode & rNode);
- /// get and set TxtNode pointer
+ /// Get and set TxtNode pointer.
const SwTxtNode* GetpTxtNode() const { return m_pTxtNode; }
inline const SwTxtNode& GetTxtNode() const;
void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; }
@@ -119,7 +119,6 @@ public:
{ return (const_cast<SwTxtRuby*>(this))->GetCharFmt(); }
};
-// --------------- Inline Implementierungen ------------------------
inline const SwTxtNode& SwTxtRuby::GetTxtNode() const
{