summaryrefslogtreecommitdiff
path: root/sw/inc/fmtline.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-02-07 02:08:11 +0100
committerChristoph Herzog <rhogez@googlemail.com>2011-02-07 02:08:11 +0100
commit20d787bc8364d1c7e02e608b61709269ba8995eb (patch)
treedd810f91014481833f1249924b6b9eddb07a6be7 /sw/inc/fmtline.hxx
parentc7c6be20b026b6409a2bc79f027297d78bb395d9 (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r--sw/inc/fmtline.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx
index 4c3658bc9468..d6ab919672ab 100644
--- a/sw/inc/fmtline.hxx
+++ b/sw/inc/fmtline.hxx
@@ -38,8 +38,8 @@ class IntlWrapper;
class SW_DLLPUBLIC SwFmtLineNumber: public SfxPoolItem
{
- ULONG nStartValue :24; //Startwert fuer den Absatz, 0 == kein Startwert
- ULONG bCountLines :1; //Zeilen des Absatzes sollen mitgezaehlt werden.
+ ULONG nStartValue :24; // Starting value for the paragraph. 0 == no starting value.
+ ULONG bCountLines :1; // Also count lines of paragraph.
public:
SwFmtLineNumber();
@@ -47,7 +47,7 @@ public:
TYPEINFO();
- // "pure virtual methods" of SfxPoolItem
+ // "Pure virtual methods" of SfxPoolItem.
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,