2001-09-26 02:53:13 +04:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* 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/. */
|
2001-03-28 03:11:08 +04:00
|
|
|
|
2016-12-20 15:47:31 +03:00
|
|
|
#include "nsIEditor.idl"
|
2011-11-27 15:51:53 +04:00
|
|
|
|
|
|
|
[scriptable, uuid(0ba7f490-afb8-46dd-87fc-bc6137fbc899)]
|
2016-12-20 15:47:31 +03:00
|
|
|
interface nsIEditorIMESupport : nsIEditor
|
2001-03-28 03:11:08 +04:00
|
|
|
{
|
|
|
|
};
|