diff options
author | Michael Hönnig <mi@openoffice.org> | 2001-11-15 15:04:57 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2001-11-15 15:04:57 +0000 |
commit | 756baaedae5e044280b0db0421b333f3873653fa (patch) | |
tree | dd41a2f61ea1c3173cb266a1dadf879e0f7ff3a3 /offapi/com/sun/star/mozilla | |
parent | 45963494bbbfaf6f6b4367ef6408a7fcec23afd7 (diff) |
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/mozilla')
-rw-r--r-- | offapi/com/sun/star/mozilla/XMenuProxyListener.idl | 12 | ||||
-rw-r--r-- | offapi/com/sun/star/mozilla/XPluginInstance.idl | 9 |
2 files changed, 12 insertions, 9 deletions
diff --git a/offapi/com/sun/star/mozilla/XMenuProxyListener.idl b/offapi/com/sun/star/mozilla/XMenuProxyListener.idl index 28248396b5f7..0bbc663531aa 100644 --- a/offapi/com/sun/star/mozilla/XMenuProxyListener.idl +++ b/offapi/com/sun/star/mozilla/XMenuProxyListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMenuProxyListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ssa $ $Date: 2001-04-25 16:09:34 $ + * last change: $Author: mi $ $Date: 2001-11-15 16:04:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,15 +88,15 @@ interface XMenuProxyListener: com::sun::star::uno::XInterface //------------------------------------------------------------------------- // DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuChangedMultiple - /** Is called if the content or graphical representation/state of the menu changes - completely for one or more menu items + /** is called, if the content or graphical representation/state of the menu changes + completely, for one or more menu items */ void menuChangedMultiple([in] sequence<MenuMultipleChange> MenuMultipleChanges); //------------------------------------------------------------------------- // DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuChangedSingle - /** Is called if the content or graphical representation/state of the menu changes + /** is called, if the content or graphical representation/state of the menu changes, by one property for one or more menu items */ void menuChangedSingle([in] sequence<MenuSingleChange> MenuSingleChanges); @@ -104,7 +104,7 @@ interface XMenuProxyListener: com::sun::star::uno::XInterface //------------------------------------------------------------------------- // DocMerge from xml: method com::sun::star::mozilla::XMenuProxyListener::menuItemDeleted - /** Is called if one menu item, designated by the ID, is deleted + /** is called, if one menu item designated by the ID, is deleted. @param ID [in]: the menu item diff --git a/offapi/com/sun/star/mozilla/XPluginInstance.idl b/offapi/com/sun/star/mozilla/XPluginInstance.idl index 2a82c8a470e6..dfe3ad4c7428 100644 --- a/offapi/com/sun/star/mozilla/XPluginInstance.idl +++ b/offapi/com/sun/star/mozilla/XPluginInstance.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPluginInstance.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ssa $ $Date: 2001-04-25 16:09:34 $ + * last change: $Author: mi $ $Date: 2001-11-15 16:04:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ interface XPluginInstance: com::sun::star::uno::XInterface // DocMerge from xml: method com::sun::star::mozilla::XPluginInstance::destroy /** Destroy the plugin instance. This method is called when it is no longer possible to return to the plugin instance, because it was - destroyed by the browser (eg window close). + destroyed by the browser (e.g., window close). */ [oneway] void destroy(); @@ -178,6 +178,9 @@ interface XPluginInstance: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.7 2001/04/25 16:09:34 ssa + #83025# documentation update + Revision 1.6 2001/03/16 16:41:29 jsc remove interfaceheader with uik and remove [const] in method definitions |