Tag: cws_src680_qiq User: fs Date: 2006/06/30 06:26:35 Modified: dba/dbaccess/source/core/api/column.cxx
Log: warning-free code File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: column.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/column.cxx?r1=1.49.124.2&r2=1.49.124.3 Delta lines: +5 -4 ------------------- --- column.cxx 27 Jun 2006 11:56:11 -0000 1.49.124.2 +++ column.cxx 30 Jun 2006 13:26:32 -0000 1.49.124.3 @@ -4,9 +4,9 @@ * * $RCSfile: column.cxx,v $ * - * $Revision: 1.49.124.2 $ + * $Revision: 1.49.124.3 $ * - * last change: $Author: fs $ $Date: 2006/06/27 11:56:11 $ + * last change: $Author: fs $ $Date: 2006/06/30 13:26:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -435,7 +435,8 @@ ::getCppuType(static_cast< ::rtl::OUString* >(NULL))); break; case PROPERTY_ID_CONTROLDEFAULT: - if ( bModified = !::comphelper::compare(rValue,m_aControlDefault) ) + bModified = rValue != m_aControlDefault; + if ( bModified ) { rConvertedValue = rValue; rOldValue = m_aControlDefault; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
