Last bit of Bug 324735. Remove reference to obsolete calIItemOccurrence. r=mvl

This commit is contained in:
jminta%gmail.com 2006-02-11 00:56:22 +00:00
Родитель 0fbb732016
Коммит eb3715d886
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -111,8 +111,10 @@ interface calICalendar : nsISupports
const unsigned long ITEM_FILTER_ALL_ITEMS = 0xFFFF;
/**
* If set, return calIItemOccurence items, otherwise return subclasses of
* calIItemBase.
* If set, return calIItemBase occurrences for all the appropriate instances,
* as determined by an item's recurrenceInfo. All of these occurrences will
* have their parentItem set to the recurrence parent. If not set, will
* return only calIItemBase parent items.
*/
const unsigned long ITEM_FILTER_CLASS_OCCURRENCES = 1 << 16;