Coupla #error directives

git-svn-id: svn://10.0.0.236/branches/EditorUI_BRANCH@42546 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-08-06 21:24:50 +00:00
parent bb3d6764f1
commit 18a882fac8
2 changed files with 46 additions and 2474 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -16,6 +16,8 @@
* Reserved.
*/
#error "This file is no longer used"
#ifndef nsTextEditor_h__
#define nsTextEditor_h__
@@ -69,7 +71,7 @@ public:
const nsString *aValue,
PRBool &aFirst, PRBool &aAny, PRBool &aAll);
NS_IMETHOD RemoveTextProperty(nsIAtom *aProperty, const nsString *aAttribute);
NS_IMETHOD DeleteSelection(nsIEditor::ECollapsedSelectionAction aAction);
NS_IMETHOD DeleteSelection(nsIEditor::ESelectionCollapseDirection aAction);
NS_IMETHOD InsertText(const nsString& aStringToInsert);
NS_IMETHOD SetMaxTextLength(PRInt32 aMaxTextLength);
NS_IMETHOD GetMaxTextLength(PRInt32& aMaxTextLength);