rev iid's of changed interfaces. bug 226756

This commit is contained in:
mvl%exedo.nl 2003-12-22 20:27:17 +00:00
parent 934ece865b
commit bff9ce0e12
4 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@
#include "nsISupports.idl"
[scriptable, uuid(24C87207-AD7B-40e0-A074-B5401D9925E6)]
[scriptable, uuid(F4A02EFB-7823-465D-B459-C6C07A03D30F)]
/**
This interface represents a Personal Dictionary.

View File

@ -40,7 +40,7 @@
interface mozIPersonalDictionary;
[scriptable, uuid(781E555A-51CA-47a7-88BF-BF306A062DC0)]
[scriptable, uuid(4D3AF565-43AF-4B2E-A006-069A9F4EC6A8)]
/**
This interface represents a SpellChecker.

View File

@ -38,7 +38,7 @@
#include "nsISupports.idl"
[scriptable, uuid(24635FE1-2C7F-4d91-9274-B1AC77D93419)]
[scriptable, uuid(12E6146C-B026-4F0C-A47D-7CCA9B52F4B3)]
/**
This interface contains various I18N related code used in various places by the spell checker.

View File

@ -50,9 +50,9 @@ class nsAVLTree;
#define MOZ_PERSONALDICTIONARY_CONTRACTID "@mozilla.org/spellchecker/personaldictionary;1"
#define MOZ_PERSONALDICTIONARY_CID \
{ /* FC17F1C5-367A-4d04-84A5-AF7E8F973699} */ \
0xFC17F1C5, 0x367A, 0x4d04, \
{ 0x84, 0xA5, 0xAF, 0x7E, 0x8F, 0x97, 0x36, 0x99} }
{ /* F4A02EFB-7823-465D-B459-C6C07A03D30F} */ \
0XF4A02EFB, 0X7823, 0X465D, \
{ 0XB4, 0X59, 0XC6, 0XC0, 0X7A, 0X03, 0XD3, 0X0F } }
class mozPersonalDictionary : public mozIPersonalDictionary,
public nsIObserver,