Tag: cws_src680_dba24c User: fs Date: 2007-10-29 09:10:50+0000 Modified: dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: SingleSelectQueryComposer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx?r1=1.23.76.5&r2=1.23.76.6 Delta lines: +4 -2 ------------------- --- SingleSelectQueryComposer.cxx 2007-10-25 08:43:38+0000 1.23.76.5 +++ SingleSelectQueryComposer.cxx 2007-10-29 09:10:47+0000 1.23.76.6 @@ -4,9 +4,9 @@ * * $RCSfile: SingleSelectQueryComposer.cxx,v $ * - * $Revision: 1.23.76.5 $ + * $Revision: 1.23.76.6 $ * - * last change: $Author: fs $ $Date: 2007/10/25 08:43:38 $ + * last change: $Author: fs $ $Date: 2007/10/29 09:10:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,9 @@ using namespace ::osl; using namespace ::utl; +namespace dbaccess { namespace BooleanComparisonMode = ::com::sun::star::sdb::BooleanComparisonMode; +} #define STR_SELECT ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SELECT ")) #define STR_FROM ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" FROM ")) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
