Cosmetics.

This commit is contained in:
cata%netscape.com 2000-05-08 21:54:58 +00:00
parent 4d1d45a228
commit 3a8e7d7984

View File

@ -52,12 +52,14 @@ interface nsIStringBundle : nsISupports
Implements nsISimpleEnumerator, replaces nsIEnumerator
*/
nsISimpleEnumerator getSimpleEnumeration();
};
[scriptable, uuid(D85A17C0-AA7C-11d2-9B8C-00805F8A16D9)]
interface nsIStringBundleService : nsISupports
{
nsIStringBundle CreateBundle([const] in string aURLSpec, in nsILocale aLocale);
nsIStringBundle CreateExtensibleBundle([const] in string aRegistryKey, in nsILocale aLocale);
nsIStringBundle CreateBundle([const] in string aURLSpec,
in nsILocale aLocale);
nsIStringBundle CreateExtensibleBundle([const] in string aRegistryKey,
in nsILocale aLocale);
};