String bundle doesn't offer a scriptable enumerator
r=be
This commit is contained in:
jbetak%netscape.com 2000-05-07 01:58:18 +00:00
parent 307b8fbcc5
commit 6762c8cb21
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#include "nsCOMPtr.h"
#include "nsICharsetConverterManager2.h"
#include "nsILanguageAtomService.h"
#include "nsIPersistentProperties.h"
#include "nsIPersistentProperties2.h"
#include "nsISupportsArray.h"
class nsLanguageAtomService : public nsILanguageAtomService

View File

@ -23,7 +23,7 @@
#define NS_IMPL_IDS
#include "nsCOMPtr.h"
#include "nsIPersistentProperties.h"
#include "nsIPersistentProperties2.h"
#include "nsIStringBundle.h"
#include "nsIEventQueueService.h"
#include "nsILocale.h"