INTEGRATION: CWS dba22b (1.7.232); FILE MERGED
2006/12/12 09:54:09 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
This commit is contained in:
parent
ba5fccb771
commit
d497b6a8fb
2 changed files with 4 additions and 9 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: Group.idl,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 03:58:42 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-15 14:15:07 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -45,7 +45,6 @@
|
|||
published interface XAuthorizable;
|
||||
|
||||
|
||||
// DocMerge from xml: service com::sun::star::sdbcx::Group
|
||||
/** represents a group of users, which has certain access rights for the objects
|
||||
of the database.
|
||||
*/
|
||||
|
@ -63,7 +62,6 @@ published service Group
|
|||
interface com::sun::star::beans::XPropertySet;
|
||||
|
||||
|
||||
// DocMerge from xml: property com::sun::star::sdbcx::Group::Name
|
||||
/** is the name of the group.
|
||||
*/
|
||||
[readonly, property] string Name;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: IndexColumnDescriptor.idl,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 03:59:37 $
|
||||
* last change: $Author: vg $ $Date: 2007-01-15 14:15:57 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -42,17 +42,14 @@
|
|||
module com { module sun { module star { module sdbcx {
|
||||
|
||||
|
||||
// DocMerge from xml: service com::sun::star::sdbcx::IndexColumnDescriptor
|
||||
/** adds a property to determine the sort order of the column values within the
|
||||
index. Some database drivers may ignore this property.
|
||||
*/
|
||||
published service IndexColumnDescriptor
|
||||
{
|
||||
// DocMerge: empty anyway
|
||||
service Descriptor;
|
||||
|
||||
|
||||
// DocMerge from xml: property com::sun::star::sdbcx::IndexColumnDescriptor::IsAscending
|
||||
/** is the column sorted in ascending order.
|
||||
*/
|
||||
[property] boolean IsAscending;
|
||||
|
|
Loading…
Reference in a new issue