Tag: cws_src680_dba24c User: oj Date: 2007-11-08 11:11:39+0000 Modified: dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
Log: #i83438# call getColumns after setting the query to fill columns and tables for later on, they are needed 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.6&r2=1.23.76.7 Delta lines: +5 -4 ------------------- --- SingleSelectQueryComposer.cxx 2007-10-29 09:10:47+0000 1.23.76.6 +++ SingleSelectQueryComposer.cxx 2007-11-08 11:11:36+0000 1.23.76.7 @@ -4,9 +4,9 @@ * * $RCSfile: SingleSelectQueryComposer.cxx,v $ * - * $Revision: 1.23.76.6 $ + * $Revision: 1.23.76.7 $ * - * last change: $Author: fs $ $Date: 2007/10/29 09:10:47 $ + * last change: $Author: oj $ $Date: 2007/11/08 11:11:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -343,8 +343,9 @@ // update columns and tables // why? Shouldn't this be done on request only? - //getColumns(); - //getTables(); + // otherwise nothing is working anymore :-) + getColumns(); + getTables(); } // ----------------------------------------------------------------------------- Sequence< Sequence< PropertyValue > > SAL_CALL OSingleSelectQueryComposer::getStructuredHavingClause( ) throw (RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
