bug 133997 - Bernd's patch to fix compiler warnings. a=asa, sr=attinasi, r=karnaze.

git-svn-id: svn://10.0.0.236/trunk@117820 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
2002-03-31 23:17:38 +00:00
parent 3f35079461
commit d4a251b53a
4 changed files with 4 additions and 0 deletions

View File

@@ -3640,6 +3640,7 @@ nsCSSDeclaration::RemoveProperty(nsCSSProperty aProperty)
case eCSSProperty_page_break_after: theDisplay->mBreakAfter.Reset(); break;
case eCSSProperty_page_break_before: theDisplay->mBreakBefore.Reset(); break;
case eCSSProperty_page_break_inside: break;
CSS_BOGUS_DEFAULT; // make compiler happy
}
}
break;