summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-10 23:35:06 +0200
committerMichael Stahl <mstahl@redhat.com>2015-04-10 23:36:04 +0200
commit10237e59c371a7b7198b2e3cb6a8701586fb287c (patch)
treeb929de8ca02f17c058ae4f5c31e8aa392fa52c05
parentc5cf8824a619401627f18abc7b3049551c71ac2a (diff)
typos
Change-Id: I6420205d87c85c88137b8fc11fa16e313f2fcb35
-rw-r--r--sw/source/core/layout/paintfrm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 584986444fe9..f115e0f9e8cc 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -4309,7 +4309,7 @@ void SwFlyFrm::Paint(SwRect const& rRect, SwPrintData const*const) const
}
else
{
- // create new subsidiardy lines
+ // create new subsidiary lines
gProp.pSSubsLines = new SwSubsRects;
bSubsLineRectsCreated = true;
}
@@ -4323,7 +4323,7 @@ void SwFlyFrm::Paint(SwRect const& rRect, SwPrintData const*const) const
}
else
{
- // create new special subsidiardy lines
+ // create new special subsidiary lines
gProp.pSSpecSubsLines = new SwSubsRects;
bSpecSubsLineRectsCreated = true;
}