summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:15:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:15:18 +0000
commitce45d979a367d07f5aef2af98800a1e9236a695c (patch)
tree3e40cc6f6d5eb882679206591d9d90bb54cc1daf /offapi
parent2835da7b07e4eb5e4f495ed66a34deb64d81db55 (diff)
INTEGRATION: CWS dba22b (1.4.232); FILE MERGED
2006/12/12 09:54:09 fs 1.4.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdbcx/GroupDescriptor.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbcx/GroupDescriptor.idl b/offapi/com/sun/star/sdbcx/GroupDescriptor.idl
index f89a89c2f..d9d9a2ff4 100644
--- a/offapi/com/sun/star/sdbcx/GroupDescriptor.idl
+++ b/offapi/com/sun/star/sdbcx/GroupDescriptor.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: GroupDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:58:55 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:15:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,16 +40,13 @@
#endif
module com { module sun { module star { module sdbcx {
-// DocMerge from xml: service com::sun::star::sdbcx::GroupDescriptor
/** is used to create a new group in a database.
@see com::sun::star::sdbcx::Group
*/
published service GroupDescriptor
{
- // DocMerge: empty anyway
service Descriptor;
- // DocMerge from xml: property com::sun::star::sdbcx::Group::Name
/** is the name of the group.
*/
[property] string Name;