Tag: cws_src680_dba24c User: fs Date: 2007-10-25 08:43:04+0000 Modified: dba/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx
Log: #i81658# BoolComparison replaced with css.sdb.BooleanComparisonMode File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: SingleSelectQueryComposer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx?r1=1.7.184.1&r2=1.7.184.2 Delta lines: +2 -10 -------------------- --- SingleSelectQueryComposer.hxx 2007-09-18 12:57:08+0000 1.7.184.1 +++ SingleSelectQueryComposer.hxx 2007-10-25 08:43:01+0000 1.7.184.2 @@ -4,9 +4,9 @@ * * $RCSfile: SingleSelectQueryComposer.hxx,v $ * - * $Revision: 1.7.184.1 $ + * $Revision: 1.7.184.2 $ * - * last change: $Author: fs $ $Date: 2007/09/18 12:57:08 $ + * last change: $Author: fs $ $Date: 2007/10/25 08:43:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -231,14 +231,6 @@ const ::comphelper::ComponentContext& _rContext); - enum BoolComparison - { - BOOL_COMPARISON_DEFAULT = 0, // column = 0, column = 1 - BOOL_COMPARISON_SQL = 1, // column Is true, column Is false - BOOL_COMPARISON_MISC = 2, // column = false, column = true - BOOL_COMPARISON_ACCESS = 3 // column = 0, column = -1 - }; - void SAL_CALL disposing(void); // ::com::sun::star::lang::XTypeProvider DECLARE_TYPEPROVIDER( ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
