User: kz Date: 2008-03-06 17:59:10+0000 Modified: dba/dbaccess/source/core/dataaccess/datasource.hxx
Log: INTEGRATION: CWS odbmacros2 (1.37.208); FILE MERGED 2008/02/04 13:07:17 fs 1.37.208.2: RESYNC: (1.37-1.38); FILE MERGED 2008/01/24 10:05:09 fs 1.37.208.1: #i49133# some const-ness File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: datasource.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/datasource.hxx?r1=1.40&r2=1.41 Delta lines: +1 -1 ------------------- --- datasource.hxx 2008-03-05 17:05:19+0000 1.40 +++ datasource.hxx 2008-03-06 17:59:07+0000 1.41 @@ -267,7 +267,7 @@ protected: // ModelDependentComponent overridables - virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getThis(); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getThis() const; private: // helper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
