From b49cd68344ccdd115151270aae870dd0cb8c5aef Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 10 Jun 2003 09:55:41 +0000 Subject: INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED 2003/05/14 12:57:22 mi 1.2.16.1: #107627# @since tags for new types added --- .../com/sun/star/accessibility/AccessibleTableModelChangeType.idl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl') diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl index 7e63db1f878a..cbc6350ec1b6 100644 --- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl +++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleTableModelChangeType.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:33:22 $ + * last change: $Author: vg $ $Date: 2003-06-10 10:55:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,6 @@ module com { module sun { module star { module accessibility { /** Type of a change made to a table model. - @descr

The value of this constants group are used by the XAccessibleTableModelChange interface to specifiy the type of change that has been made to a table model.

@@ -82,6 +81,8 @@ module com { module sun { module star { module accessibility { been inserted or deleted. In constrast, the remaining constant AccessibleTabelModelChangeType::UPDATE specifies a change of the table's content.

+ + @since #107627# */ constants AccessibleTableModelChangeType { -- cgit