summaryrefslogtreecommitdiff
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
commit989eddf0cfb98de5e9db130bb0cf10f52fe52f2a (patch)
tree454f6941e93b362e765fbd8d0184b9b39e6d9488
parent37cbbb0d559a55bdc3842968e0b4d9e52b0c09e7 (diff)
deleted a bogus comment and translated a german comment
-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 394149a5d8..d3d4414ff0 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; }
};