User: obo Date: 2008-03-10 11:40:03+0000 Modified: dba/dbaccess/source/ext/macromigration/migrationengine.cxx
Log: #i86833# patch for system stl File Changes: Directory: /dba/dbaccess/source/ext/macromigration/ =================================================== File [changed]: migrationengine.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/migrationengine.cxx?r1=1.2&r2=1.3 Delta lines: +5 -5 ------------------- --- migrationengine.cxx 2008-03-06 18:04:57+0000 1.2 +++ migrationengine.cxx 2008-03-10 11:40:00+0000 1.3 @@ -4,9 +4,9 @@ * * $RCSfile: migrationengine.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2008/03/06 18:04:57 $ + * last change: $Author: obo $ $Date: 2008/03/10 11:40:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,9 +102,9 @@ //==================================================================== struct SubDocument { - const Reference< XCommandProcessor > xCommandProcessor; - const ::rtl::OUString sHierarchicalName; - const SubDocumentType eType; + Reference< XCommandProcessor > xCommandProcessor; + ::rtl::OUString sHierarchicalName; + SubDocumentType eType; SubDocument( const Reference< XCommandProcessor >& _rxCommandProcessor, const ::rtl::OUString& _rName, const SubDocumentType _eType ) :xCommandProcessor( _rxCommandProcessor ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
