diff options
author | Thomas Lange <tl@openoffice.org> | 2002-07-10 10:58:36 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-07-10 10:58:36 +0000 |
commit | 1cbe173412c084124483c5ab640e1e00721b576f (patch) | |
tree | 4bdd897f5da9418043e8054aab91a1ad0c155cc3 /offapi | |
parent | ff3a5bbb011d1f40ba056b2fac5222dcbd45a32d (diff) |
#99980# Type of DataCommandType changed to long
Diffstat (limited to 'offapi')
4 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/text/textfield/DatabaseName.idl b/offapi/com/sun/star/text/textfield/DatabaseName.idl index 3b3fa3b9b312..703b9cbb2917 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseName.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseName.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseName.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2002-01-08 15:33:24 $ + * last change: $Author: tl $ $Date: 2002-07-10 11:58:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ service DatabaseName /** determines the interpretation of the property DataTableName. <type scope="com::sun::star::sdb">CommandType</type>. */ - [property]short DataCommandType; + [property]long DataCommandType; /** contains the name of the database table, query or a statement depending on the DataCommandType property. */ diff --git a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl index 015c68774167..5e0f849c1249 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseNextSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseNextSet.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2002-01-09 08:19:47 $ + * last change: $Author: tl $ $Date: 2002-07-10 11:58:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ service DatabaseNextSet /** determines the interpretation of the property DataTableName. <type scope="com::sun::star::sdb">CommandType</type>. */ - [property]short DataCommandType; + [property]long DataCommandType; /** contains the name of the database table, query or a statement depending on the DataCommandType property. */ diff --git a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl index 6181fc822198..f2212907afdb 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseNumberOfSet.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2002-01-08 15:33:30 $ + * last change: $Author: tl $ $Date: 2002-07-10 11:58:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ service DatabaseNumberOfSet /** determines the interpretation of the property DataTableName. <type scope="com::sun::star::sdb">CommandType</type>. */ - [property]short DataCommandType; + [property]long DataCommandType; /** contains the name of the database table, query or a statement depending on the DataCommandType property. */ diff --git a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl index 9382441066b7..7db2c8dddf78 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseSetNumber.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2002-01-08 15:33:36 $ + * last change: $Author: tl $ $Date: 2002-07-10 11:58:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ service DatabaseSetNumber /** determines the interpretation of the property DataTableName. <type scope="com::sun::star::sdb">CommandType</type>. */ - [property]short DataCommandType; + [property]long DataCommandType; /** contains the name of the database table, query or a statement depending on the DataCommandType property. */ |