diff options
Diffstat (limited to 'offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl')
-rw-r--r-- | offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl index 2e372ef14..c02108707 100644 --- a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl +++ b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,23 +24,23 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_awt_tree_TreeDataModelEvent_idl__ -#define __com_sun_star_awt_tree_TreeDataModelEvent_idl__ - -#ifndef __com_sun_star_lang_EventObject_idl__ -#include <com/sun/star/lang/EventObject.idl> -#endif +#ifndef __com_sun_star_awt_tree_TreeDataModelEvent_idl__ +#define __com_sun_star_awt_tree_TreeDataModelEvent_idl__ + +#ifndef __com_sun_star_lang_EventObject_idl__ +#include <com/sun/star/lang/EventObject.idl> +#endif #ifndef __com_sun_star_awt_tree_XTreeNode_idl__ #include <com/sun/star/awt/tree/XTreeNode.idl> #endif -//============================================================================= - -module com { module sun { module star { module awt { module tree { - -//============================================================================= - +//============================================================================= + +module com { module sun { module star { module awt { module tree { + +//============================================================================= + /** An event used by a <type>XTreeDataModel</type> to notify changes in the data model to the <type>XTreeControl</type>. You usually need to fill this event only if you implement the <type>XTreeDataModel</type> @@ -50,7 +50,7 @@ module com { module sun { module star { module awt { module tree { @see XTreeControl @see XTreeDataModelListener */ -struct TreeDataModelEvent : ::com::sun::star::lang::EventObject +published struct TreeDataModelEvent : ::com::sun::star::lang::EventObject { /** contains the changed, added or removed nodes. <p> All nodes must have <member>ParentNode</member> as parent. */ @@ -59,10 +59,10 @@ struct TreeDataModelEvent : ::com::sun::star::lang::EventObject /** holds the parent node for changed, added or removed nodes. <p> If this is null, <member>Nodes</member> must contain only the root node */ XTreeNode ParentNode; -}; - -//============================================================================= - +}; + +//============================================================================= + }; }; }; }; }; - -#endif + +#endif |