Tag: cws_src680_dba24a User: oj Date: 2007-08-06 07:25:39+0000 Modified: dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx
Log: #i70081# impl datediff File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QueryDesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx?r1=1.86&r2=1.86.36.1 Delta lines: +4 -4 ------------------- --- QueryDesignView.cxx 2007-05-10 10:38:14+0000 1.86 +++ QueryDesignView.cxx 2007-08-06 07:25:37+0000 1.86.36.1 @@ -4,9 +4,9 @@ * * $RCSfile: QueryDesignView.cxx,v $ * - * $Revision: 1.86 $ + * $Revision: 1.86.36.1 $ * - * last change: $Author: kz $ $Date: 2007/05/10 10:38:14 $ + * last change: $Author: oj $ $Date: 2007/08/06 07:25:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2902,7 +2902,7 @@ String sFunction; if ( pEntry->isNumericOrAggreateFunction() ) sFunction = pEntry->GetFunction(); - else + if ( !sFunction.Len() ) sFunction = pEntry->GetField(); if(sFunction.GetTokenCount('(') > 1) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
