summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/paintfrm.cxx')
-rw-r--r--sw/source/core/layout/paintfrm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 0272522cbc2e..98cb0a4a5bf7 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -2206,7 +2206,7 @@ void DrawGraphic(
{
if ( !bGrfIsTransparent )
{
- // substract area of background graphic from draw area
+ // subtract area of background graphic from draw area
// OD 08.10.2002 #103898# - consider only that part of the
// graphic area that is overlapping with draw area.
SwRect aTmpGrf = aGrf;
@@ -3288,7 +3288,7 @@ void SwRootFrm::Paint(SwRect const& rRect, SwPrintData const*const pPrintData) c
// moved paint pre-process for DrawingLayer overlay here since the above
// code dependent from bExtraData may expand the PaintRect
{
- // #i75172# if called from SwViewShell::ImplEndAction it sould no longer
+ // #i75172# if called from SwViewShell::ImplEndAction it should no longer
// really be used but handled by SwViewShell::ImplEndAction already
const vcl::Region aDLRegion(aPaintRect.SVRect());
pSh->DLPrePaint2(aDLRegion);
@@ -3419,7 +3419,7 @@ void SwRootFrm::Paint(SwRect const& rRect, SwPrintData const*const pPrintData) c
if ( aRect.IsOver( aEmptyPageRect ) )
{
- // #i75172# if called from SwViewShell::ImplEndAction it sould no longer
+ // #i75172# if called from SwViewShell::ImplEndAction it should no longer
// really be used but handled by SwViewShell::ImplEndAction already
{
const vcl::Region aDLRegion(aPaintRect.SVRect());