зеркало из https://github.com/mozilla/gecko-dev.git
Fixed bug 22072, loading style sheet in editor. a=jar, r=brade
This commit is contained in:
Родитель
f08ec33266
Коммит
9192125ad9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче