editor/public/nsEditorCID.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/editor/public/nsEditorCID.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +#ifndef NSEDITORCID_H___
     1.9 +
    1.10 +#define NS_EDITOR_CID \
    1.11 +{/* {D3DE3431-8A75-11d2-918C-0080C8E44DB5}*/ \
    1.12 +0xd3de3431, 0x8a75, 0x11d2, \
    1.13 +{ 0x91, 0x8c, 0x0, 0x80, 0xc8, 0xe4, 0x4d, 0xb5 } }
    1.14 +
    1.15 +#define NS_TEXTEDITOR_CID \
    1.16 +{/* {e197cc01-cfe1-11d4-8eb0-87ae406dfd3f}*/ \
    1.17 +0xe197cc01, 0xcfe1, 0x11d4, \
    1.18 +{ 0x8e, 0xb0, 0x87, 0xae, 0x40, 0x6d, 0xfd, 0x3f } }
    1.19 +
    1.20 +#define NS_HTMLEDITOR_CID \
    1.21 +{/* {ed0244e0-c144-11d2-8f4c-006008159b0c}*/ \
    1.22 +0xed0244e0, 0xc144, 0x11d2, \
    1.23 +{ 0x8f, 0x4c, 0x0, 0x60, 0x08, 0x15, 0x9b, 0x0c } }
    1.24 +
    1.25 +#endif //NSEDITORCID_H___
    1.26 +
    1.27 +
    1.28 +

mercurial