diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:36:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:53 +0200 |
commit | 5833de5cd7ff708978df5e694090e2b13229c989 (patch) | |
tree | 0e462fee3e626c786bcb02e253b64370392512ef /sw/source | |
parent | 6a06005f6e3d947826f8e53b6e77078eeefa5ae4 (diff) |
typo: retangle -> rectangle
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/access/accmap.cxx | 4 | ||||
-rw-r--r-- | sw/source/core/draw/dcontact.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx index 36c8df217b84..bde58854591b 100644 --- a/sw/source/core/access/accmap.cxx +++ b/sw/source/core/access/accmap.cxx @@ -613,7 +613,7 @@ class SwAccPreviewData const SwPageFrm *mpSelPage; - /** adjust logic page retangle to its visible part + /** adjust logic page rectangle to its visible part @param _iorLogicPgSwRect input/output parameter - reference to the logic page rectangle, which @@ -767,7 +767,7 @@ void SwAccPreviewData::DisposePage(const SwPageFrm *pPageFrm ) mpSelPage = 0; } -// adjust logic page retangle to its visible part +// adjust logic page rectangle to its visible part void SwAccPreviewData::AdjustLogicPgRectToVisibleArea( SwRect& _iorLogicPgSwRect, const SwRect& _rPreviewPgSwRect, diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx index e5961d5210bb..8467814d3dd9 100644 --- a/sw/source/core/draw/dcontact.cxx +++ b/sw/source/core/draw/dcontact.cxx @@ -1440,7 +1440,7 @@ void SwDrawContact::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) // no connect to layout during disconnection if ( !mbDisconnectInProgress ) { - // determine old object retangle of 'master' drawing object + // determine old object rectangle of 'master' drawing object // for notification const Rectangle* pOldRect = 0L; Rectangle aOldRect; diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 294977aee348..8ccbe5011c9b 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -1732,7 +1732,7 @@ static void lcl_implDrawGraphicBackgrd( const SvxBrushItem& _rBackgrdBrush, output device the background has to be drawn in. @param _rAlignedPaintRect - paint retangle in the output device, which has to be drawn with the background. + paint rectangle in the output device, which has to be drawn with the background. rectangle have to be aligned by method ::SwAlignRect @param _rGraphicObj @@ -7353,7 +7353,7 @@ void SwFrm::Retouche( const SwPageFrm * pPage, const SwRect &rRect ) const set under special conditions, if background brush is taken from an index section. @param rOrigRect - in-/output parameter - reference to the retangle the background brush is + in-/output parameter - reference to the rectangle the background brush is considered for - adjusted to the frame, from which the background brush is taken. |