summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-06 18:42:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-07 11:36:01 +0200
commita654a8afa6bddc1b77740442ba8c4ed9ea9d793d (patch)
tree946efa99933203ac0b3e5274d39cb41adf441356 /sw/source/core/layout/paintfrm.cxx
parent8c8813db5f747af2553cb5ed7a1df5090413d524 (diff)
Fix typos
Change-Id: Ie48d61e07ce44a3022b92cd295527b65532a64e7 Reviewed-on: https://gerrit.libreoffice.org/76773 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/layout/paintfrm.cxx')
-rw-r--r--sw/source/core/layout/paintfrm.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index e17d38550eec..a0a6f50db291 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -1586,7 +1586,7 @@ static void lcl_implDrawGraphicBackgrd( const SvxBrushItem& _rBackgrdBrush,
* Method introduced for bug fix #103876# in order to optimize drawing tiled
* background graphics. Previously, this code was integrated in method
* <lcl_DrawGraphic>.
- * Method implemented as a inline, checking the conditions and calling method
+ * Method implemented as an inline, checking the conditions and calling method
* method <lcl_implDrawGraphicBackgrd(..)> for the intrinsic drawing.
*
* @param _rBackgrdBrush
@@ -1964,7 +1964,7 @@ void DrawGraphic(
pOutDev->Push( PushFlags::FILLCOLOR|PushFlags::LINECOLOR );
pOutDev->SetLineColor();
- // check, if a existing background graphic (not filling the complete
+ // check, if an existing background graphic (not filling the complete
// background) is transparent drawn and the background color is
// "no fill" respectively "auto fill", if background transparency
// has to be considered.
@@ -5126,7 +5126,7 @@ void SwFrame::PaintSwFrameShadowAndBorder(
if(rAttrs.JoinedWithPrev(*this))
{
- // tdf#115296 re-add adaption of vert distance to close the evtl.
+ // tdf#115296 re-add adaptation of vert distance to close the evtl.
// existing gap to previous frame
const SwFrame* pPrevFrame(GetPrev());
(aRect.*_rRectFn->fnSetTop)( (pPrevFrame->*_rRectFn->fnGetPrtBottom)() );
@@ -5137,7 +5137,7 @@ void SwFrame::PaintSwFrameShadowAndBorder(
if(rAttrs.JoinedWithNext(*this))
{
- // tdf#115296 re-add adaption of vert distance to close the evtl.
+ // tdf#115296 re-add adaptation of vert distance to close the evtl.
// existing gap to next frame
const SwFrame* pNextFrame(GetNext());
(aRect.*_rRectFn->fnSetBottom)( (pNextFrame->*_rRectFn->fnGetPrtTop)() );
@@ -6531,7 +6531,7 @@ static void lcl_RefreshLine( const SwLayoutFrame *pLay,
// OD 19.12.2002 #106318# - do *not* consider fly frames with
// a transparent background.
// OD 2004-02-12 #110582#-2 - do *not* consider fly frame, which
- // belongs to a invisible layer
+ // belongs to an invisible layer
if ( pFly->IsBackgroundTransparent() ||
!pFly->GetFormat()->GetDoc()->getIDocumentDrawModelAccess().IsVisibleLayerId( pObj->GetLayer() ) )
{
@@ -7120,7 +7120,7 @@ void SwFrame::Retouch( const SwPageFrame * pPage, const SwRect &rRect ) const
* which has a background graphic. But there are some special cases:
* (1) No background brush is taken from a page frame, if view option "IsPageBack"
* isn't set.
- * (2) Background brush from a index section is taken under special conditions.
+ * (2) Background brush from an index section is taken under special conditions.
* In this case parameter <rpCol> is set to the index shading color.
* (3) New (OD 20.08.2002) - Background brush is taken, if on background drawing
* of the frame transparency is considered and its color is not "no fill"/"auto fill"