diff --git a/editor/base/nsHTMLEditor.cpp b/editor/base/nsHTMLEditor.cpp index 5844c43c543d..79959c9b9bfd 100644 --- a/editor/base/nsHTMLEditor.cpp +++ b/editor/base/nsHTMLEditor.cpp @@ -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 diff --git a/editor/libeditor/html/nsHTMLEditor.cpp b/editor/libeditor/html/nsHTMLEditor.cpp index 5844c43c543d..79959c9b9bfd 100644 --- a/editor/libeditor/html/nsHTMLEditor.cpp +++ b/editor/libeditor/html/nsHTMLEditor.cpp @@ -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