summaryrefslogtreecommitdiffstats
path: root/editor/nsEditorCID.h
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /editor/nsEditorCID.h
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'editor/nsEditorCID.h')
-rw-r--r--editor/nsEditorCID.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/editor/nsEditorCID.h b/editor/nsEditorCID.h
new file mode 100644
index 000000000..4b288771e
--- /dev/null
+++ b/editor/nsEditorCID.h
@@ -0,0 +1,25 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#ifndef NSEDITORCID_H___
+
+#define NS_EDITOR_CID \
+{/* {D3DE3431-8A75-11d2-918C-0080C8E44DB5}*/ \
+0xd3de3431, 0x8a75, 0x11d2, \
+{ 0x91, 0x8c, 0x0, 0x80, 0xc8, 0xe4, 0x4d, 0xb5 } }
+
+#define NS_TEXTEDITOR_CID \
+{/* {e197cc01-cfe1-11d4-8eb0-87ae406dfd3f}*/ \
+0xe197cc01, 0xcfe1, 0x11d4, \
+{ 0x8e, 0xb0, 0x87, 0xae, 0x40, 0x6d, 0xfd, 0x3f } }
+
+#define NS_HTMLEDITOR_CID \
+{/* {ed0244e0-c144-11d2-8f4c-006008159b0c}*/ \
+0xed0244e0, 0xc144, 0x11d2, \
+{ 0x8f, 0x4c, 0x0, 0x60, 0x08, 0x15, 0x9b, 0x0c } }
+
+#endif //NSEDITORCID_H___
+
+
+