User: hr Date: 2006/08/15 03:45:59 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.hxx
Log: INTEGRATION: CWS dba30 (1.12.4); FILE MERGED 2006/03/21 18:24:58 fs 1.12.4.5: RESYNC: (1.15-1.17); FILE MERGED 2005/11/23 10:16:15 fs 1.12.4.4: RESYNC: (1.14-1.15); FILE MERGED 2005/10/13 14:53:40 fs 1.12.4.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/30 06:17:35 fs 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2005/04/06 07:20:49 fs 1.12.4.1: #i46768# getPropertyDefaultByHandle signature changed File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.hxx?r1=1.17&r2=1.18 Delta lines: +1 -1 ------------------- --- documentdefinition.hxx 7 Feb 2006 10:19:24 -0000 1.17 +++ documentdefinition.hxx 15 Aug 2006 10:45:56 -0000 1.18 @@ -218,7 +218,7 @@ // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; - virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const; + virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _rDefault ) const; // helper virtual void SAL_CALL disposing(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
