eliminate warnings, r=shaver

This commit is contained in:
scc@netscape.com
1999-10-20 18:59:00 +00:00
parent c34ac9a762
commit 8439169e59
10 changed files with 31 additions and 20 deletions

View File

@@ -85,6 +85,10 @@ nsGfxCheckboxControlFrame::PaintCheckBox(nsIPresContext& aPresContext,
case eMixed:
PaintMixedMark(aRenderingContext, p2t, checkRect);
break;
// no special drawing otherwise
default:
break;
} // case of value of checkbox
} else {
// Get current checked state through content model.