Tag: cws_src680_reportdesign01 User: lla Date: 2007-10-09 09:22:55+0000 Modified: dba/connectivity/source/commontools/statementcomposer.cxx
Log: #i79214# change setQuery to setElementaryQuery File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: statementcomposer.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/statementcomposer.cxx?r1=1.4&r2=1.4.30.1 Delta lines: +4 -4 ------------------- --- statementcomposer.cxx 2007-07-31 13:38:39+0000 1.4 +++ statementcomposer.cxx 2007-10-09 09:22:52+0000 1.4.30.1 @@ -4,9 +4,9 @@ * * $RCSfile: statementcomposer.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.30.1 $ * - * last change: $Author: hr $ $Date: 2007/07/31 13:38:39 $ + * last change: $Author: lla $ $Date: 2007/10/09 09:22:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -199,7 +199,7 @@ ); // the "basic" statement - xComposer->setQuery( sStatement ); + xComposer->setElementaryQuery( sStatement ); // the sort order const ::rtl::OUString sPropOrder( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Order" ) ) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
