diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-04-18 22:25:24 +0200 |
---|---|---|
committer | Christoph Herzog <rhogez@googlemail.com> | 2011-04-18 22:25:24 +0200 |
commit | 0793901069511fc5d7be70cb85b2f7c0ff14a5db (patch) | |
tree | f353e077c45f2d70981e2c1035d18a5f25bda803 /sw/inc/swrect.hxx | |
parent | f7d86140c67a99c064651562f94050e0efe8e39e (diff) |
Translate German comments.
Diffstat (limited to 'sw/inc/swrect.hxx')
-rw-r--r-- | sw/inc/swrect.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx index 1209a200a6d4..f3111e097d87 100644 --- a/sw/inc/swrect.hxx +++ b/sw/inc/swrect.hxx @@ -44,7 +44,7 @@ public: inline SwRect( const Point& rLT, const Point& rRB ); inline SwRect( long X, long Y, long Width, long Height ); - //SV-SS e.g. SwRect( pWin->GetClipRect() ); + //SV-SS e.g. SwRect( pWin->GetClipRect() ); SwRect( const Rectangle &rRect ); //Set-Methods @@ -70,8 +70,7 @@ public: inline long Top() const; inline long Bottom() const; - //Damit Layoutseitig per Memberpointer auf die Member von Pos und SSize - //zugegriffen werden kann. + // In order to be able to access the members of Pos and SSize from the layout side. inline Point &Pos(); inline Size &SSize(); @@ -81,7 +80,8 @@ public: SwRect &Union( const SwRect& rRect ); SwRect &Intersection( const SwRect& rRect ); - //Wie Intersection nur wird davon ausgegangen, dass die Rects ueberlappen! + + // Same as Intersection, only assume that Rects are overlapping! SwRect &_Intersection( const SwRect &rRect ); inline SwRect GetIntersection( const SwRect& rRect ) const; @@ -107,7 +107,7 @@ public: //SV-SS e.g. pWin->DrawRect( aSwRect.SVRect() ); inline Rectangle SVRect() const; - // Ausgabeoperator fuer die Debugging-Gemeinde + // Output operator for debugging. friend SvStream &operator<<( SvStream &rStream, const SwRect &rRect ); |