summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:41:21 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:41:21 +0000
commit2abe8fcb7e7d5022550d2a7321e1c7efa129f837 (patch)
tree162e515117047b0de00899d1417c5e98fa07c9e0 /offapi/com/sun/star/awt
parent40f2b9eac5d0ac0cbbd30c5f8e83bf0aaf24ffd0 (diff)
INTEGRATION: CWS sb18 (1.9.250); FILE MERGED
2004/05/21 14:56:12 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/XPatternField.idl6
-rw-r--r--offapi/com/sun/star/awt/XPointer.idl6
-rw-r--r--offapi/com/sun/star/awt/XPopupMenu.idl8
3 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/awt/XPatternField.idl b/offapi/com/sun/star/awt/XPatternField.idl
index 9e3cfceaac62..a3320ab9629b 100644
--- a/offapi/com/sun/star/awt/XPatternField.idl
+++ b/offapi/com/sun/star/awt/XPatternField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPatternField.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:03:59 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:40:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
/** gives access to the value and formatting of a pattern field.
*/
-interface XPatternField: com::sun::star::uno::XInterface
+published interface XPatternField: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XPointer.idl b/offapi/com/sun/star/awt/XPointer.idl
index 4363134bf4b9..bf7617d2c008 100644
--- a/offapi/com/sun/star/awt/XPointer.idl
+++ b/offapi/com/sun/star/awt/XPointer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPointer.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:04:10 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:41:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
/** gives access to the type of mouse pointer.
*/
-interface XPointer: com::sun::star::uno::XInterface
+published interface XPointer: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index 36a53cf1cf14..ea8c5f39ea86 100644
--- a/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/offapi/com/sun/star/awt/XPopupMenu.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPopupMenu.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:04:21 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:41:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,13 +73,13 @@
module com { module sun { module star { module awt {
-interface XWindowPeer;
+ published interface XWindowPeer;
//=============================================================================
/** controls a popup menu.
*/
-interface XPopupMenu: XMenu
+published interface XPopupMenu: XMenu
{
//-------------------------------------------------------------------------