Tag: cws_src680_dba24b User: fs Date: 2007-08-29 13:30:57+0000 Modified: dba/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RTableConnectionData.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx?r1=1.12.130.3&r2=1.12.130.4 Delta lines: +5 -5 ------------------- --- RTableConnectionData.cxx 2007-08-22 11:41:59+0000 1.12.130.3 +++ RTableConnectionData.cxx 2007-08-29 13:30:54+0000 1.12.130.4 @@ -4,9 +4,9 @@ * * $RCSfile: RTableConnectionData.cxx,v $ * - * $Revision: 1.12.130.3 $ + * $Revision: 1.12.130.4 $ * - * last change: $Author: oj $ $Date: 2007/08/22 11:41:59 $ + * last change: $Author: fs $ $Date: 2007/08/29 13:30:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -385,9 +385,9 @@ { sal_Int32 nType = 0; xKey->getPropertyValue(PROPERTY_TYPE) >>= nType; - ::rtl::OUString sName; - xKey->getPropertyValue(PROPERTY_REFERENCEDTABLE) >>= sName; - if ( sName == ::rtl::OUString(getReferencedTable()->GetTableName()) ) + ::rtl::OUString sReferencedTable; + xKey->getPropertyValue(PROPERTY_REFERENCEDTABLE) >>= sReferencedTable; + if ( sReferencedTable == ::rtl::OUString(getReferencedTable()->GetTableName()) ) { xColSup.set(xKey,UNO_QUERY_THROW); try --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
