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

Fix typo

Change-Id: Ic53f1f1aacff2b91c987c18258d904ea24114216
Reviewed-on: https://gerrit.libreoffice.org/73232
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 837c9e35
......@@ -443,7 +443,7 @@ bool SVGFilter::filterImpressOrDraw( const Sequence< PropertyValue >& rDescripto
mSelectedPages[j] = xDrawPage;
}
// and stop looping. it is likely not getting better
// and stop looping. It is likely not getting better
break;
}
}
......@@ -529,7 +529,7 @@ bool SVGFilter::filterImpressOrDraw( const Sequence< PropertyValue >& rDescripto
aMasterPageTargetSet.insert( xMasterPageTarget->getMasterPage() );
}
}
// Later we move them to a uno::Sequence so we can get them by index
// Later we move them to an uno::Sequence so we can get them by index
mMasterPageTargets.resize( aMasterPageTargetSet.size() );
sal_Int32 i = 0;
for (auto const& masterPageTarget : aMasterPageTargetSet)
......
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