summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/UserDescriptor.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:19:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:19:52 +0000
commit396fe3a8f5bee2ad1829d06d79248545326dcc2a (patch)
tree35e34dd0e929da2c20c157812def07fef1a9613e /offapi/com/sun/star/sdbcx/UserDescriptor.idl
parentfeb230948fd071b68e6c090c530187541bbee9cb (diff)
INTEGRATION: CWS dba22b (1.7.232); FILE MERGED
2006/12/12 09:54:12 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdbcx/UserDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/UserDescriptor.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbcx/UserDescriptor.idl b/offapi/com/sun/star/sdbcx/UserDescriptor.idl
index f9669d3e934a..42b7d9395ffe 100644
--- a/offapi/com/sun/star/sdbcx/UserDescriptor.idl
+++ b/offapi/com/sun/star/sdbcx/UserDescriptor.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: UserDescriptor.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:03:27 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:19:17 $
*
* 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::UserDescriptor
/** is used to create a new user in a database.
@see com::sun::star::sdbcx::User
*/
published service UserDescriptor
{
- // DocMerge: empty anyway
service Descriptor;
- // DocMerge from xml: property com::sun::star::sdbcx::UserDescriptor::Password
/** is the password for the user.
*/
[property] string Password;