summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:43:18 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:43:18 +0000
commit6e02b3f5826297f23216adc5f84adb8190138274 (patch)
treeff03c8e648099912b976f202aaee63bd0bf72d88
parent6398ecd24c1a32ca99b474313bfa8500b8bf5416 (diff)
INTEGRATION: CWS sb18 (1.5.406); FILE MERGED
2004/05/21 14:56:14 sb 1.5.406.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/awt/XRadioButton.idl6
-rw-r--r--offapi/com/sun/star/awt/XScrollBar.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/XRadioButton.idl b/offapi/com/sun/star/awt/XRadioButton.idl
index 17b2b8e0b..e99abbad0 100644
--- a/offapi/com/sun/star/awt/XRadioButton.idl
+++ b/offapi/com/sun/star/awt/XRadioButton.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRadioButton.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:01:10 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:42:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
/** gives access to the state of a radio button and makes it possible
to register item event listeners.
*/
-interface XRadioButton: com::sun::star::uno::XInterface
+published interface XRadioButton: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XScrollBar.idl b/offapi/com/sun/star/awt/XScrollBar.idl
index 1ad4b9d47..92bf5bb58 100644
--- a/offapi/com/sun/star/awt/XScrollBar.idl
+++ b/offapi/com/sun/star/awt/XScrollBar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XScrollBar.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:01:11 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:43:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
/** gives access to the value and settings of a scroll bar and makes it possible
to register adjustment event listeners.
*/
-interface XScrollBar: com::sun::star::uno::XInterface
+published interface XScrollBar: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------