Tag: cws_src680_dba30 User: fs Date: 06/05/03 08:26:26 Modified: /dba/dbaccess/source/ui/misc/ UITools.cxx
Log: AppendTableAliasName defaults to FALSE - there's rarely any halfway modern database which requires this obscure syntax File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: UITools.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/UITools.cxx?r1=1.58.16.2&r2=1.58.16.3 Delta lines: +4 -4 ------------------- --- UITools.cxx 21 Mar 2006 18:39:06 -0000 1.58.16.2 +++ UITools.cxx 3 May 2006 15:26:23 -0000 1.58.16.3 @@ -4,9 +4,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.58.16.2 $ + * $Revision: 1.58.16.3 $ * - * last change: $Author: fs $ $Date: 2006/03/21 18:39:06 $ + * last change: $Author: fs $ $Date: 2006/05/03 15:26:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1373,7 +1373,7 @@ // ----------------------------------------------------------------------------- sal_Bool isAppendTableAliasEnabled(const Reference<XConnection>& _xConnection) { - return ::dbtools::isDataSourcePropertyEnabled(_xConnection,INFO_APPEND_TABLE_ALIAS,sal_True); + return ::dbtools::isDataSourcePropertyEnabled(_xConnection,INFO_APPEND_TABLE_ALIAS,sal_False); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
