Kaydet (Commit) 10237e59 authored tarafından Michael Stahl's avatar Michael Stahl

typos

Change-Id: I6420205d87c85c88137b8fc11fa16e313f2fcb35
üst c5cf8824
...@@ -4309,7 +4309,7 @@ void SwFlyFrm::Paint(SwRect const& rRect, SwPrintData const*const) const ...@@ -4309,7 +4309,7 @@ void SwFlyFrm::Paint(SwRect const& rRect, SwPrintData const*const) const
} }
else else
{ {
// create new subsidiardy lines // create new subsidiary lines
gProp.pSSubsLines = new SwSubsRects; gProp.pSSubsLines = new SwSubsRects;
bSubsLineRectsCreated = true; bSubsLineRectsCreated = true;
} }
...@@ -4323,7 +4323,7 @@ void SwFlyFrm::Paint(SwRect const& rRect, SwPrintData const*const) const ...@@ -4323,7 +4323,7 @@ void SwFlyFrm::Paint(SwRect const& rRect, SwPrintData const*const) const
} }
else else
{ {
// create new special subsidiardy lines // create new special subsidiary lines
gProp.pSSpecSubsLines = new SwSubsRects; gProp.pSSpecSubsLines = new SwSubsRects;
bSpecSubsLineRectsCreated = true; bSpecSubsLineRectsCreated = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment