summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/anchoredobject.hxx2
-rw-r--r--sw/source/core/access/accmap.cxx4
-rw-r--r--sw/source/core/draw/dcontact.cxx2
-rw-r--r--sw/source/core/layout/paintfrm.cxx4
4 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index 528ffd579d24..d5b4336bd3f7 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -57,7 +57,7 @@ class SW_DLLPUBLIC SwAnchoredObject
Point maRelPos;
// for to-character anchored objects:
- // Last known anchor character retangle.
+ // Last known anchor character rectangle.
// Used to decide, if invalidation has to been performed, if anchor position
// has changed, and used to position object.
SwRect maLastCharRect;
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.