Kaydet (Commit) a9ac68b7 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I0b0cb2e4454b78797cc0d1dbc12a09f9399df8e8
Reviewed-on: https://gerrit.libreoffice.org/50880Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1a508b26
...@@ -1758,7 +1758,7 @@ SwLayoutFrame *SwFrame::GetNextSctLeaf( MakePageType eMakePage ) ...@@ -1758,7 +1758,7 @@ SwLayoutFrame *SwFrame::GetNextSctLeaf( MakePageType eMakePage )
assert(!pTmp->IsPageFrame()); assert(!pTmp->IsPageFrame());
assert(pTmp->GetType() == (*iter)->GetType()); assert(pTmp->GetType() == (*iter)->GetType());
// for cell frames and table frames: // for cell frames and table frames:
// 1) there may be multliple follow frames of the old one // 1) there may be multiple follow frames of the old one
// 2) the new frame may be identical to the old one // 2) the new frame may be identical to the old one
// (not sure if this is allowed, but it happens now // (not sure if this is allowed, but it happens now
// for the outer table of a nested table) // for the outer table of a nested table)
......
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