Editor: Add Insert Link and Image
git-svn-id: svn://10.0.0.236/trunk@25455 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -625,8 +625,9 @@ NS_IMETHODIMP nsTextEditor::Paste()
|
||||
return nsEditor::Paste();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsTextEditor::Insert(nsIInputStream *aInputStream)
|
||||
NS_IMETHODIMP nsTextEditor::Insert(nsString& aInputString)
|
||||
{
|
||||
printf("nsTextEditor::Insert not yet implemented\n");
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user