summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{
//-------------------------------------------------------------------------