INTEGRATION: CWS dba22b (1.6.232); FILE MERGED

2006/12/12 09:54:08 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
This commit is contained in:
Vladimir Glazounov 2007-01-15 13:13:31 +00:00
parent 8b75d11d3f
commit 387f0267f0

View file

@ -4,9 +4,9 @@
*
* $RCSfile: CheckOption.idl,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2005-09-08 03:56:39 $
* last change: $Author: vg $ $Date: 2007-01-15 14:13:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -38,27 +38,23 @@
module com { module sun { module star { module sdbcx {
// DocMerge from idl: constants com::sun::star::sdbcx::CheckOption
/** determines the check option for a view.
*/
published constants CheckOption
{
// DocMerge from idl: value com::sun::star::sdbcx::CheckOption::NONE
/** indicates that no value checking is applied during updates of
view data.
*/
const long NONE = 0;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::sdbcx::CheckOption::CASCADE
/** indicates that the value checking is applied for the view and all base
views.
*/
const long CASCADE = 2;
//-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::sdbcx::CheckOption::LOCAL
/** indicates that the value checking is applied only for the view.
*/
const long LOCAL = 3;