Fixed bug 22072, loading style sheet in editor. a=jar, r=brade

This commit is contained in:
cmanske%netscape.com 1999-12-22 23:57:04 +00:00
Родитель f08ec33266
Коммит 9192125ad9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3060,7 +3060,7 @@ nsHTMLEditor::ApplyOverrideStyleSheet(const nsString& aURL)
NS_IMETHODIMP
nsHTMLEditor::ApplyStyleSheet(const nsString& aURL)
{
return ApplyDocumentOrOverrideStyleSheet(aURL, PR_TRUE);
return ApplyDocumentOrOverrideStyleSheet(aURL, PR_FALSE);
}
//Note: Loading a document style sheet is undoable, loading an override sheet is not

Просмотреть файл

@ -3060,7 +3060,7 @@ nsHTMLEditor::ApplyOverrideStyleSheet(const nsString& aURL)
NS_IMETHODIMP
nsHTMLEditor::ApplyStyleSheet(const nsString& aURL)
{
return ApplyDocumentOrOverrideStyleSheet(aURL, PR_TRUE);
return ApplyDocumentOrOverrideStyleSheet(aURL, PR_FALSE);
}
//Note: Loading a document style sheet is undoable, loading an override sheet is not