User: hr Date: 2006/08/15 03:45:45 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: INTEGRATION: CWS dba30 (1.25.2); FILE MERGED 2006/07/19 12:18:59 fs 1.25.2.7: RESYNC: (1.35-1.38); FILE MERGED 2006/03/21 18:24:46 fs 1.25.2.6: RESYNC: (1.32-1.35); FILE MERGED 2005/11/23 10:15:56 fs 1.25.2.5: RESYNC: (1.29-1.32); FILE MERGED 2005/10/13 14:53:25 fs 1.25.2.4: RESYNC: (1.28-1.29); FILE MERGED 2005/09/30 06:17:08 fs 1.25.2.3: RESYNC: (1.26-1.28); FILE MERGED 2005/05/25 15:02:24 fs 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2005/04/06 07:20:49 fs 1.25.2.1: #i46768# getPropertyDefaultByHandle signature changed File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.38&r2=1.39 Delta lines: +2 -2 ------------------- --- documentdefinition.cxx 13 Jul 2006 15:21:45 -0000 1.38 +++ documentdefinition.cxx 15 Aug 2006 10:45:43 -0000 1.39 @@ -1372,9 +1372,9 @@ } } // ----------------------------------------------------------------------------- -Any ODocumentDefinition::getPropertyDefaultByHandle( sal_Int32 /*_nHandle*/ ) const +void ODocumentDefinition::getPropertyDefaultByHandle( sal_Int32 /*_nHandle*/, Any& _rDefault ) const { - return Any(); + _rDefault.clear(); } // ----------------------------------------------------------------------------- void ODocumentDefinition::fillDocumentInfo(Any& _rInfo) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
