User: vg Date: 2008-06-09 08:50:26+0000 Modified: dba/dbaccess/source/core/dataaccess/ModelImpl.cxx
Log: #100000# fix for WAE on unxlngx6 File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.29&r2=1.30 Delta lines: +4 -4 ------------------- --- ModelImpl.cxx 2008-06-06 14:00:56+0000 1.29 +++ ModelImpl.cxx 2008-06-09 08:50:23+0000 1.30 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ModelImpl.cxx,v $ - * $Revision: 1.29 $ + * $Revision: 1.30 $ * * This file is part of OpenOffice.org. * @@ -1182,8 +1182,8 @@ { if ( _rxNewRootStorage.is() ) _rxContainer->setRootStorage( _rxNewRootStorage ); - else - ; // TODO: what to do here? dispose the container? +// else + // TODO: what to do here? dispose the container? } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
