User: vg Date: 05/03/10 08:38:47 Modified: /dba/dbaccess/source/filter/migration/ cfgimport.hxx
Log: INTEGRATION: CWS dba24 (1.3.28); FILE MERGED 2005/02/18 13:11:50 oj 1.3.28.1: #i42460# changes for the separation of datasource and database document(model) File Changes: Directory: /dba/dbaccess/source/filter/migration/ ================================================= File [changed]: cfgimport.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/migration/cfgimport.hxx?r1=1.3&r2=1.4 Delta lines: +5 -0 ------------------- --- cfgimport.hxx 15 Nov 2004 15:18:07 -0000 1.3 +++ cfgimport.hxx 10 Mar 2005 16:38:44 -0000 1.4 @@ -74,6 +74,9 @@ #ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #endif +#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_ +#include <com/sun/star/frame/XModel.hpp> +#endif #ifndef _COM_SUN_STAR_TASK_XJOB_HPP_ #include <com/sun/star/task/XJob.hpp> #endif @@ -104,6 +107,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; +using namespace ::com::sun::star::frame; typedef ::cppu::WeakImplHelper4 < ::com::sun::star::lang::XServiceInfo , ::com::sun::star::lang::XInitialization @@ -124,6 +128,7 @@ Reference< XMultiServiceFactory > m_xOldORB; Reference< ::com::sun::star::configuration::backend::XLayer> m_xLayer; Reference<XPropertySet> m_xCurrentDS; + Reference<XModel> m_xModel; Reference<XPropertySet> m_xCurrentObject; /// can either be a query or a table Reference<XPropertySet> m_xCurrentColumn; Sequence< ::rtl::OUString> m_aProperties; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
