summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/awt/KeyModifier.idl6
-rw-r--r--offapi/com/sun/star/awt/MenuEvent.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/KeyModifier.idl b/offapi/com/sun/star/awt/KeyModifier.idl
index 320b55129ff7..72f5671386fa 100644
--- a/offapi/com/sun/star/awt/KeyModifier.idl
+++ b/offapi/com/sun/star/awt/KeyModifier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: KeyModifier.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 08:48:53 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:10:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
/** These values are used to specify which modifier keys are pressed.
*/
-constants KeyModifier
+published constants KeyModifier
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/MenuEvent.idl b/offapi/com/sun/star/awt/MenuEvent.idl
index 1973f1115ba6..885f993cb350 100644
--- a/offapi/com/sun/star/awt/MenuEvent.idl
+++ b/offapi/com/sun/star/awt/MenuEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MenuEvent.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 08:49:11 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:10:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
/** specifies a menu event.
*/
-struct MenuEvent: com::sun::star::lang::EventObject
+published struct MenuEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------