Tag: cws_src680_qiq User: fs Date: 06/05/15 07:41:05 Modified: /dba/dbaccess/source/ui/querydesign/ QueryDesignView.cxx
Log: during #i51143#: when adding a table alias name, use AS - this is much better understandable to the user 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.78.16.1&r2=1.78.16.2 Delta lines: +3 -3 ------------------- --- QueryDesignView.cxx 10 May 2006 11:05:35 -0000 1.78.16.1 +++ QueryDesignView.cxx 15 May 2006 14:41:03 -0000 1.78.16.2 @@ -4,9 +4,9 @@ * * $RCSfile: QueryDesignView.cxx,v $ * - * $Revision: 1.78.16.1 $ + * $Revision: 1.78.16.2 $ * - * last change: $Author: fs $ $Date: 2006/05/10 11:05:35 $ + * last change: $Author: fs $ $Date: 2006/05/15 14:41:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -461,7 +461,7 @@ ::rtl::OUString aQuote = xMetaData->getIdentifierQuoteString(); if ( isAppendTableAliasEnabled(_xConnection) ) { - aTableListStr += ::rtl::OUString(' '); + aTableListStr += ::rtl::OUString::createFromAscii(" AS "); aTableListStr += ::dbtools::quoteName(aQuote, pEntryTab->GetAliasName()); } aDBName = aTableListStr; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
