summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessibleSelection.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleSelection.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
index 572659f9a2c6..032a5170b369 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module accessibility {
- published interface XAccessible;
+ interface XAccessible;
/** Implement this interface to represent a selection of accessible objects.
@@ -42,7 +42,7 @@ module com { module sun { module star { module accessibility {
@since OOo 1.1.2
*/
-published interface XAccessibleSelection : ::com::sun::star::uno::XInterface
+interface XAccessibleSelection : ::com::sun::star::uno::XInterface
{
/** Selects the specified <type>Accessible</type> child of the
object.