Tag: cws_src680_qiq User: fs Date: 06/05/10 04:02:16 Modified: /dba/dbaccess/source/ui/misc/ UITools.cxx
Log: default APPEND_TABLE_ALIAS to false 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.59&r2=1.59.66.1 Delta lines: +4 -4 ------------------- --- UITools.cxx 16 Jan 2006 15:29:39 -0000 1.59 +++ UITools.cxx 10 May 2006 11:02:13 -0000 1.59.66.1 @@ -4,9 +4,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.59.66.1 $ * - * last change: $Author: obo $ $Date: 2006/01/16 15:29:39 $ + * last change: $Author: fs $ $Date: 2006/05/10 11:02:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1385,7 +1385,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]
