summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl')
-rw-r--r--offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl b/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl
index 20bc39a3600d..97985c5aeb97 100644
--- a/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl
+++ b/offapi/com/sun/star/ucb/CommandInfoChangeEvent.idl
@@ -25,10 +25,10 @@
module com { module sun { module star { module ucb {
-/** This event gets delivered whenever a <type>XCommandInfo</type> is changed.
+/** This event gets delivered whenever a XCommandInfo is changed.
- <p>A <type>CommandInfoChangeEvent</type> object is sent to
- <type>XCommandInfoChangeListener</type>s.
+ <p>A CommandInfoChangeEvent object is sent to
+ XCommandInfoChangeListeners.
*/
published struct CommandInfoChangeEvent: com::sun::star::lang::EventObject
{
@@ -44,7 +44,7 @@ published struct CommandInfoChangeEvent: com::sun::star::lang::EventObject
/** contains the reason for the event.
- <p>The value can be one of the <type>CommandInfoChange</type> constants.
+ <p>The value can be one of the CommandInfoChange constants.
*/
long Reason;
};