summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 15:50:50 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 15:50:50 +0000
commita7812c9ac8a8983be0be2e52ad080980511ca64c (patch)
treeec37d9864a743da665ffb2dffae2c5723f30a6bd /offapi/com/sun/star/accessibility
parentc8ad8cbdd4e4f341de3b3e8d84b7589f05ea5f06 (diff)
INTEGRATION: CWS sb18 (1.3.270); FILE MERGED
2004/05/21 14:55:10 sb 1.3.270.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleStateSet.idl8
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl8
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleValue.idl6
3 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
index dba09c21693e..44dd607ee260 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAccessibleStateSet.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 10:58:41 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:50:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
module com { module sun { module star { module accessibility {
-interface XAccessible;
+ published interface XAccessible;
/** Implement this interface to represent a set of states.
@@ -83,7 +83,7 @@ interface XAccessible;
@since #107627#
*/
-interface XAccessibleStateSet : ::com::sun::star::uno::XInterface
+published interface XAccessibleStateSet : ::com::sun::star::uno::XInterface
{
/** Checks whether the current state set is empty.
diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
index f4caa643e74d..9d4036c6bd5f 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAccessibleTable.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 10:58:50 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:50:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
module com { module sun { module star { module accessibility {
-interface XAccessible;
+ published interface XAccessible;
/** Implement this interface to give access to a two-dimensional table.
@@ -100,7 +100,7 @@ interface XAccessible;
@since #107627#
*/
-interface XAccessibleTable : ::com::sun::star::uno::XInterface
+published interface XAccessibleTable : ::com::sun::star::uno::XInterface
{
/** Returns the number of used rows in the table.
diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
index 9a2ca1da44b8..6463493bb120 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAccessibleValue.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 10:59:08 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:50:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ module com { module sun { module star { module accessibility {
@since #107627#
*/
-interface XAccessibleValue : ::com::sun::star::uno::XInterface
+published interface XAccessibleValue : ::com::sun::star::uno::XInterface
{
/** Returns the value of this object as a number.