Relanding, since backing out did not fix orange. Bug 232691.

git-svn-id: svn://10.0.0.236/trunk@156781 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2004-05-22 20:02:43 +00:00
parent 9fa34f5763
commit af7c69e56c
61 changed files with 102 additions and 102 deletions

View File

@@ -1044,12 +1044,12 @@ nsHTMLEditor::SetFinalSize(PRInt32 aX, PRInt32 aY)
if (setWidth)
mHTMLCSSUtils->RemoveCSSProperty(mResizedObject,
nsEditProperty::cssWidth,
NS_LITERAL_STRING(""),
EmptyString(),
PR_FALSE);
if (setHeight)
mHTMLCSSUtils->RemoveCSSProperty(mResizedObject,
nsEditProperty::cssHeight,
NS_LITERAL_STRING(""),
EmptyString(),
PR_FALSE);
}
// finally notify the listeners if any