summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:40:36 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:40:36 +0000
commit40f2b9eac5d0ac0cbbd30c5f8e83bf0aaf24ffd0 (patch)
tree83d209a8263d745514aa789b521c08b4810e4803 /offapi/com/sun/star/awt
parent9761c095a1e8d8294cb85ed217d475c929e22185 (diff)
INTEGRATION: CWS sb18 (1.9.250); FILE MERGED
2004/05/21 14:56:11 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/XMouseListener.idl6
-rw-r--r--offapi/com/sun/star/awt/XMouseMotionListener.idl6
-rw-r--r--offapi/com/sun/star/awt/XNumericField.idl6
-rw-r--r--offapi/com/sun/star/awt/XPaintListener.idl6
4 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/awt/XMouseListener.idl b/offapi/com/sun/star/awt/XMouseListener.idl
index 6a332e9e7083..a9b03bf32447 100644
--- a/offapi/com/sun/star/awt/XMouseListener.idl
+++ b/offapi/com/sun/star/awt/XMouseListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMouseListener.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:03:21 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:39:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
/** makes it possible to receive events from the mouse in a certain window.
*/
-interface XMouseListener: com::sun::star::lang::XEventListener
+published interface XMouseListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XMouseMotionListener.idl b/offapi/com/sun/star/awt/XMouseMotionListener.idl
index b8fe9375166b..c02f53f1e292 100644
--- a/offapi/com/sun/star/awt/XMouseMotionListener.idl
+++ b/offapi/com/sun/star/awt/XMouseMotionListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMouseMotionListener.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:03:31 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:40:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
/** makes it possible to receive mouse motion events on a window.
*/
-interface XMouseMotionListener: com::sun::star::lang::XEventListener
+published interface XMouseMotionListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XNumericField.idl b/offapi/com/sun/star/awt/XNumericField.idl
index 352a0677aeb7..f939bfa5731b 100644
--- a/offapi/com/sun/star/awt/XNumericField.idl
+++ b/offapi/com/sun/star/awt/XNumericField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNumericField.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:03:41 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:40:21 $
*
* 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 numeric field.
*/
-interface XNumericField: com::sun::star::uno::XInterface
+published interface XNumericField: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XPaintListener.idl b/offapi/com/sun/star/awt/XPaintListener.idl
index f0f8e28160be..e891035500a0 100644
--- a/offapi/com/sun/star/awt/XPaintListener.idl
+++ b/offapi/com/sun/star/awt/XPaintListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPaintListener.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:03:50 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:40:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
/** makes it possible to receive paint events.
*/
-interface XPaintListener: com::sun::star::lang::XEventListener
+published interface XPaintListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------