Kaydet (Commit) 570138b6 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: discret -> discrete

üst c44bddde
......@@ -90,7 +90,7 @@ void mergeItemSetsImpl( SfxItemSet& rTarget, const SfxItemSet& rSource )
p1 = pPtr[0];
p2 = pPtr[1];
// make ranges discret
// make ranges discrete
while(pPtr[2] && (pPtr[2] - p2 == 1))
{
p2 = pPtr[3];
......
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