summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorDavid Nalley <david@gnsa.us>2011-03-03 14:43:42 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-05 08:41:30 +0100
commit24fbb08c9510f6010b470af7c68ac428777ef5ec (patch)
tree4c4d45aca62ba998cac98f8f96b4a6ce81f03019 /sw
parentc45feb7bec23c3f19bd3ca3f4305e6cd80c48d19 (diff)
deleted a bogus comment and translated a german comment
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/notxtfrm.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/inc/notxtfrm.hxx b/sw/source/core/inc/notxtfrm.hxx
index 4353b90a52f8..aefadba8cd50 100644
--- a/sw/source/core/inc/notxtfrm.hxx
+++ b/sw/source/core/inc/notxtfrm.hxx
@@ -40,7 +40,7 @@ class SwNoTxtFrm: public SwCntntFrm
{
friend void _FrmFinit();
- short nWeight; // "Wichtigkeit" der Grafik
+ short nWeight; // importance of the graphic
const Size& GetSize() const;
@@ -48,7 +48,6 @@ class SwNoTxtFrm: public SwCntntFrm
void Format ( const SwBorderAttrs *pAttrs = 0 );
void PaintCntnt ( OutputDevice*, const SwRect&, const SwRect& ) const;
- /// OD 25.09.2002 #99739# - delete unused 3rd parameter
void PaintPicture( OutputDevice*, const SwRect& ) const;
protected:
virtual void MakeAll();
@@ -71,7 +70,7 @@ public:
void StopAnimation( OutputDevice* = 0 ) const;
BOOL HasAnimation() const;
- // Routinen fuer den Grafik-Cache
+ // Routine for the graphics cache
USHORT GetWeight() { return nWeight; }
};