mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
4f1864539d
--HG-- rename : editor/public/nsEditorCID.h => editor/nsEditorCID.h rename : editor/idl/nsIContentFilter.idl => editor/nsIContentFilter.idl rename : editor/idl/nsIDocumentStateListener.idl => editor/nsIDocumentStateListener.idl rename : editor/idl/nsIEditActionListener.idl => editor/nsIEditActionListener.idl rename : editor/idl/nsIEditor.idl => editor/nsIEditor.idl rename : editor/idl/nsIEditorIMESupport.idl => editor/nsIEditorIMESupport.idl rename : editor/idl/nsIEditorMailSupport.idl => editor/nsIEditorMailSupport.idl rename : editor/idl/nsIEditorObserver.idl => editor/nsIEditorObserver.idl rename : editor/idl/nsIEditorSpellCheck.idl => editor/nsIEditorSpellCheck.idl rename : editor/idl/nsIEditorStyleSheets.idl => editor/nsIEditorStyleSheets.idl rename : editor/idl/nsIHTMLAbsPosEditor.idl => editor/nsIHTMLAbsPosEditor.idl rename : editor/idl/nsIHTMLEditor.idl => editor/nsIHTMLEditor.idl rename : editor/idl/nsIHTMLInlineTableEditor.idl => editor/nsIHTMLInlineTableEditor.idl rename : editor/idl/nsIHTMLObjectResizeListener.idl => editor/nsIHTMLObjectResizeListener.idl rename : editor/idl/nsIHTMLObjectResizer.idl => editor/nsIHTMLObjectResizer.idl rename : editor/idl/nsIPlaintextEditor.idl => editor/nsIPlaintextEditor.idl rename : editor/idl/nsITableEditor.idl => editor/nsITableEditor.idl rename : editor/idl/nsIURIRefObject.idl => editor/nsIURIRefObject.idl rename : editor/idl/nsPIEditorTransaction.idl => editor/nsPIEditorTransaction.idl
26 lines
732 B
C
26 lines
732 B
C
/* 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___
|
|
|
|
|
|
|