summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:21:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:21:33 +0000
commit45aa3e81ccbc576cf2b610bb75de7f52742c7eb7 (patch)
tree62f3995e7c5eacac716d1a023b3d167856fa8be5 /offapi
parent296b5b33751a7c5e71ece21fe683cd8662b0a518 (diff)
INTEGRATION: CWS dba22b (1.8.232); FILE MERGED
2006/12/12 09:54:14 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdbcx/XDrop.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbcx/XDrop.idl b/offapi/com/sun/star/sdbcx/XDrop.idl
index ecb4cb4f6..78bbad86a 100644
--- a/offapi/com/sun/star/sdbcx/XDrop.idl
+++ b/offapi/com/sun/star/sdbcx/XDrop.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XDrop.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:06:06 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:21:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,14 +53,12 @@
module com { module sun { module star { module sdbcx {
-// DocMerge from xml: interface com::sun::star::sdbcx::XDrop
/** provides methods to remove an element of its container and to drop it from
the related database.
*/
published interface XDrop: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::sdbcx::XDrop::dropByName
/** drops an object of the related container identified by its name.
@param elementName
the name of the element to be dropped
@@ -72,7 +70,6 @@ published interface XDrop: com::sun::star::uno::XInterface
com::sun::star::container::NoSuchElementException);
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdbcx::XDrop::dropByIndex
/** drops an object of the related container identified by its position.
@param index
the position of the element to be dropped