summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XModifyListener.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/util/XModifyListener.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/util/XModifyListener.idl')
-rw-r--r--offapi/com/sun/star/util/XModifyListener.idl37
1 files changed, 5 insertions, 32 deletions
diff --git a/offapi/com/sun/star/util/XModifyListener.idl b/offapi/com/sun/star/util/XModifyListener.idl
index 0828c69d6acf..3cd911c7ee40 100644
--- a/offapi/com/sun/star/util/XModifyListener.idl
+++ b/offapi/com/sun/star/util/XModifyListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XModifyListener.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,27 +72,20 @@
//=============================================================================
- module com { module sun { module star { module util {
+module com { module sun { module star { module util {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::util::XModifyListener
-/** makes it possible to receive events when a model object
- changes.
+/** makes it possible to receive events when a model object changes.
*/
interface XModifyListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::util::XModifyListener::modified
/** is called when something changes in the object.
-
-
<p>Due to such an event, it may be necessary to update views or
- controllers.
+ controllers. </p>
- </p>
<p>The source of the event may be the content of the object to
which the listener is registered.</p>
*/
@@ -104,24 +97,4 @@ interface XModifyListener: com::sun::star::lang::XEventListener
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2001/03/16 16:41:51 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.3 2000/11/08 12:45:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:20 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:53:06 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif