summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:38:52 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:38:52 +0000
commit8411afd187ab4a14f9a12bfe5b911233a0ca4710 (patch)
treedcfb73d71fefcd83243d14581d651347f9338bdc /offapi/com/sun/star/awt
parentea282bf4322a86d51da31814d073db458577046e (diff)
INTEGRATION: CWS sb18 (1.9.250); FILE MERGED
2004/05/21 14:56:09 sb 1.9.250.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XMenu.idl10
-rw-r--r--offapi/com/sun/star/awt/XMenuBar.idl6
2 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/XMenu.idl b/offapi/com/sun/star/awt/XMenu.idl
index 4a2e9504943c..a39b659ffebe 100644
--- a/offapi/com/sun/star/awt/XMenu.idl
+++ b/offapi/com/sun/star/awt/XMenu.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMenu.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:02:32 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:38:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,14 +70,14 @@
module com { module sun { module star { module awt {
-interface XPopupMenu;
-interface XMenuListener;
+ published interface XPopupMenu;
+ published interface XMenuListener;
//=============================================================================
/** specifies a simple menu.
*/
-interface XMenu: com::sun::star::uno::XInterface
+published interface XMenu: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XMenuBar.idl b/offapi/com/sun/star/awt/XMenuBar.idl
index 07e15b668717..2f8a6003d2b2 100644
--- a/offapi/com/sun/star/awt/XMenuBar.idl
+++ b/offapi/com/sun/star/awt/XMenuBar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMenuBar.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:02:42 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:38:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
/** identifies a menu bar.
*/
-interface XMenuBar: com::sun::star::awt::XMenu
+published interface XMenuBar: com::sun::star::awt::XMenu
{
};