Fix for bug #93109: Orphaned #endif's in IDLs crashes xpidl during build

Removed bogus #endif statements in:

    mozilla/editor/idl/nsIEditorIMESupport.idl
    mozilla/editor/idl/nsITableEditor.idl
    mozilla/editor/txmgr/idl/nsITransactionManager.idl

sr=waterson@netscape.com
This commit is contained in:
kin%netscape.com 2001-08-02 20:34:54 +00:00
Родитель d3319276da
Коммит 6398cb9d59
3 изменённых файлов: 0 добавлений и 5 удалений

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

@ -75,5 +75,3 @@ interface nsIEditorIMESupport : nsISupports
[noscript] void GetReconversionString(in nsReconversionEventReplyPtr aReply);
};
#endif // nsIEditorIMESupport_h__

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

@ -328,4 +328,3 @@ interface nsITableEditor : nsISupports
void GetNextSelectedCell(nsIDOMElement **aCell, nsIDOMRange **aRange);
};
#endif // nsITableEditor_h__

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

@ -155,5 +155,3 @@ interface nsITransactionManager : nsISupports
void RemoveListener(in nsITransactionListener aListener);
};
#endif // nsITransactionManager_h__