summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DispatchInformation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchInformation.idl')
-rw-r--r--offapi/com/sun/star/frame/DispatchInformation.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/DispatchInformation.idl b/offapi/com/sun/star/frame/DispatchInformation.idl
index 7a2a2e52f7d6..7608849b3aad 100644
--- a/offapi/com/sun/star/frame/DispatchInformation.idl
+++ b/offapi/com/sun/star/frame/DispatchInformation.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/frame/CommandGroup.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** provides information about a supported command
@see XDispatchInformationProvider
@@ -35,12 +33,10 @@ module com { module sun { module star { module frame {
*/
published struct DispatchInformation
{
- //-------------------------------------------------------------------------
/** command URL of a supported command.
*/
string Command;
- //-------------------------------------------------------------------------
/** group identifier to which the supported command belong.
<p>
@@ -50,7 +46,6 @@ published struct DispatchInformation
short GroupId;
};
-//=============================================================================
}; }; }; };