Converting use of depreciated macro NS_IMPL_QUERY_INTERFACE to use NS_IMPL_ISUPPORTS1 (39270). r=alecf

This commit is contained in:
mcafee%netscape.com 2000-07-18 21:37:25 +00:00
Родитель cfd4e435be
Коммит dfdde893d9
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -491,7 +491,4 @@ nsresult nsCommonDialogs::Select(nsIDOMWindow *inParent, const PRUnichar *inDial
return rv;
}
NS_IMPL_ADDREF(nsCommonDialogs);
NS_IMPL_RELEASE(nsCommonDialogs);
NS_IMPL_QUERY_INTERFACE(nsCommonDialogs, NS_GET_IID(nsICommonDialogs));
NS_IMPL_ISUPPORTS1(nsCommonDialogs, nsICommonDialogs)