summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:43:44 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:43:44 +0000
commite29dddd264aca0cbc33e3f687bbcc85b8917e4a7 (patch)
tree7a5b4d2cc58f57e5871cdd58cd45da11a8ad9b25
parent6e02b3f5826297f23216adc5f84adb8190138274 (diff)
INTEGRATION: CWS sb18 (1.6.406); FILE MERGED
2004/05/21 14:56:15 sb 1.6.406.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/awt/XSpinField.idl6
-rw-r--r--offapi/com/sun/star/awt/XSpinListener.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/XSpinField.idl b/offapi/com/sun/star/awt/XSpinField.idl
index 16e901231..47407937e 100644
--- a/offapi/com/sun/star/awt/XSpinField.idl
+++ b/offapi/com/sun/star/awt/XSpinField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSpinField.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:01:11 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:43:31 $
*
* 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 of a spin field and makes it possible to
register for spin events.
*/
-interface XSpinField: com::sun::star::uno::XInterface
+published interface XSpinField: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XSpinListener.idl b/offapi/com/sun/star/awt/XSpinListener.idl
index 3b3f8f2b6..f808266f5 100644
--- a/offapi/com/sun/star/awt/XSpinListener.idl
+++ b/offapi/com/sun/star/awt/XSpinListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSpinListener.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:01:11 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:43:44 $
*
* 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 spin events.
*/
-interface XSpinListener: com::sun::star::lang::XEventListener
+published interface XSpinListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------