summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/CommandInfoChange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CommandInfoChange.idl')
-rw-r--r--offapi/com/sun/star/ucb/CommandInfoChange.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/CommandInfoChange.idl b/offapi/com/sun/star/ucb/CommandInfoChange.idl
index b4627e613c7e..99a7bcc42522 100644
--- a/offapi/com/sun/star/ucb/CommandInfoChange.idl
+++ b/offapi/com/sun/star/ucb/CommandInfoChange.idl
@@ -23,18 +23,18 @@
module com { module sun { module star { module ucb {
-/** specifies reasons for sending <type>CommandInfoChangeEvent</type>s.
+/** specifies reasons for sending CommandInfoChangeEvents.
@see CommandInfoChangeEvent
@see XCommandInfo
*/
published constants CommandInfoChange
{
- /** A command was inserted into a <type>XCommandInfo</type>.
+ /** A command was inserted into a XCommandInfo.
*/
const long COMMAND_INSERTED = 0;
- /** A command was removed from a <type>XCommandInfo</type>.
+ /** A command was removed from a XCommandInfo.
*/
const long COMMAND_REMOVED = 1;
};