Tag: cws_src680_dba24 User: fs Date: 05/02/10 08:58:47 Modified: /dba/dbaccess/source/ui/misc/ UITools.cxx
Log: ENABLETABLEALIAS was an unused duplicate 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.54&r2=1.54.4.1 Delta lines: +4 -4 ------------------- --- UITools.cxx 21 Jan 2005 17:19:59 -0000 1.54 +++ UITools.cxx 10 Feb 2005 16:58:44 -0000 1.54.4.1 @@ -2,9 +2,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.54.4.1 $ * - * last change: $Author: kz $ $Date: 2005/01/21 17:19:59 $ + * last change: $Author: fs $ $Date: 2005/02/10 16:58:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1334,7 +1334,7 @@ // ----------------------------------------------------------------------------- sal_Bool isAppendTableAliasEnabled(const Reference<XConnection>& _xConnection) { - return ::dbtools::isDataSourcePropertyEnabled(_xConnection,PROPERTY_ENABLETABLEALIAS,sal_True); + return ::dbtools::isDataSourcePropertyEnabled(_xConnection,INFO_APPEND_TABLE_ALIAS,sal_True); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
