Tag: cws_src680_dba30 User: fs Date: 05/04/06 00:15:03 Modified: /dba/dbaccess/source/core/inc/ datasettings.hxx
Log: #i46768# getPropertyDefaultByHandle signature changed File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: datasettings.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/datasettings.hxx?r1=1.10&r2=1.10.78.1 Delta lines: +4 -4 ------------------- --- datasettings.hxx 22 Oct 2004 09:00:30 -0000 1.10 +++ datasettings.hxx 6 Apr 2005 07:15:00 -0000 1.10.78.1 @@ -2,9 +2,9 @@ * * $RCSfile: datasettings.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.10.78.1 $ * - * last change: $Author: rt $ $Date: 2004/10/22 09:00:30 $ + * last change: $Author: fs $ $Date: 2005/04/06 07:15:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,7 +126,7 @@ protected: ODataSettings(::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bQuery = sal_False); ODataSettings(const ODataSettings& _rSource, ::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bQuery = sal_False); - virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const; + virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _rDefault ) const; /** register the properties from the param given. The parameter instance must be alive as long as tis object live. @param _pItem --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
