From a22b85eca92912e6d5dba2947895d0a054abab34 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 19 May 2003 11:55:37 +0000 Subject: INTEGRATION: CWS dba05 (1.19.14); FILE MERGED 2003/05/07 13:20:46 oj 1.19.14.1: 109430# set bookmark selection to false --- dbaccess/source/ui/misc/TokenWriter.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui') diff --git a/dbaccess/source/ui/misc/TokenWriter.cxx b/dbaccess/source/ui/misc/TokenWriter.cxx index 7c8ec717da01..22ae5c0bb9c8 100644 --- a/dbaccess/source/ui/misc/TokenWriter.cxx +++ b/dbaccess/source/ui/misc/TokenWriter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TokenWriter.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2003-04-04 17:53:07 $ + * last change: $Author: vg $ $Date: 2003-05-19 12:55:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -205,8 +205,9 @@ ODatabaseImportExport::ODatabaseImportExport(const ODataAccessDescriptor& _aData if ( _aDataDescriptor.has( daBookmarkSelection ) ) { _aDataDescriptor[ daBookmarkSelection ] >>= bBookmarkSelection; + DBG_ASSERT( !bBookmarkSelection, "ODatabaseImportExport::ODatabaseImportExport: bookmarked selection not yet supported!" ); } - DBG_ASSERT( !bBookmarkSelection, "ODatabaseImportExport::ODatabaseImportExport: bookmarked selection not yet supported!" ); + if(_aDataDescriptor.has(daCursor)) _aDataDescriptor[daCursor] >>= m_xResultSet; -- cgit