summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ColumnSearch.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:00:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:00:21 +0000
commitde4a9f11fd4e9808a0e7823bed72911b92abe7fb (patch)
tree1cb31ea723e6d9504b72a721563a24e6ee76ecdc /offapi/com/sun/star/sdbc/ColumnSearch.idl
parent50bba75a6c57a07a13aa814d65b2fc51d6576471 (diff)
INTEGRATION: CWS dba22b (1.7.232); FILE MERGED
2006/12/12 09:22:13 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdbc/ColumnSearch.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ColumnSearch.idl9
1 files changed, 2 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdbc/ColumnSearch.idl b/offapi/com/sun/star/sdbc/ColumnSearch.idl
index 567e36a65bc2..e12c84327993 100644
--- a/offapi/com/sun/star/sdbc/ColumnSearch.idl
+++ b/offapi/com/sun/star/sdbc/ColumnSearch.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: ColumnSearch.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:34:11 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:00:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,14 +38,12 @@
module com { module sun { module star { module sdbc {
-// DocMerge from idl: constants com::sun::star::sdbc::ColumnSearch
/** indicates in which way a column can be used in the WHERE search.
*/
published constants ColumnSearch
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::NONE
/** A possible value for column <code>SEARCHABLE</code> in the
<type scope="com::sun::star::sdbc">XResultSet</type>
object returned by the method
@@ -60,7 +58,6 @@ published constants ColumnSearch
const long NONE = 0;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::CHAR
/** A possible value for column <code>SEARCHABLE</code> in the
<type scope="com::sun::star::sdbc">XResultSet</type>
object returned by the method
@@ -77,7 +74,6 @@ published constants ColumnSearch
const long CHAR = 1;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::BASIC
/** A possible value for column <code>SEARCHABLE</code> in the
<type scope="com::sun::star::sdbc">XResultSet</type>
object returned by the method
@@ -94,7 +90,6 @@ published constants ColumnSearch
const long BASIC = 2;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::sdbc::ColumnSearch::FULL
/** A possible value for column
<code>SEARCHABLE</code>
in the