summaryrefslogtreecommitdiffstats
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.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/CommandInfoChange.idl b/offapi/com/sun/star/ucb/CommandInfoChange.idl
index 657a01450807..b4627e613c7e 100644
--- a/offapi/com/sun/star/ucb/CommandInfoChange.idl
+++ b/offapi/com/sun/star/ucb/CommandInfoChange.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_ucb_CommandInfoChange_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** specifies reasons for sending <type>CommandInfoChangeEvent</type>s.
@see CommandInfoChangeEvent
@@ -32,18 +30,15 @@ module com { module sun { module star { module ucb {
*/
published constants CommandInfoChange
{
- //-------------------------------------------------------------------------
/** A command was inserted into a <type>XCommandInfo</type>.
*/
const long COMMAND_INSERTED = 0;
- //-------------------------------------------------------------------------
/** A command was removed from a <type>XCommandInfo</type>.
*/
const long COMMAND_REMOVED = 1;
};
-//=============================================================================
}; }; }; };