User: vg Date: 05/03/10 08:36:12 Modified: /dba/dbaccess/source/core/inc/ ContentHelper.hxx
Log: INTEGRATION: CWS dba24 (1.3.50); FILE MERGED 2005/02/18 12:25:28 oj 1.3.50.1: #i42460# changes for the separation of datasource and database document(model) File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: ContentHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/ContentHelper.hxx?r1=1.3&r2=1.4 Delta lines: +2 -2 ------------------- --- ContentHelper.hxx 22 Oct 2004 08:59:47 -0000 1.3 +++ ContentHelper.hxx 10 Mar 2005 16:36:09 -0000 1.4 @@ -128,7 +128,7 @@ namespace dbaccess { - class ODatabaseSource; + class ODatabaseModelImpl; struct ContentProperties { ::rtl::OUString aTitle; // Title @@ -151,7 +151,7 @@ virtual ~OContentHelper_Impl(); ContentProperties m_aProps; - ODatabaseSource* m_pDataSource; // this will stay alive as long as the content exists + ODatabaseModelImpl* m_pDataSource; // this will stay alive as long as the content exists }; typedef ::boost::shared_ptr<OContentHelper_Impl> TContentPtr; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
