Tag: cws_src680_dba26 User: fs Date: 05/03/14 06:02:01 Modified: /dba/dbaccess/source/filter/migration/ cfgimport.hxx
Log: RESYNC: (1.3-1.4); FILE MERGED 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.60.1&r2=1.3.60.2 Delta lines: +8 -3 ------------------- --- cfgimport.hxx 8 Mar 2005 10:25:42 -0000 1.3.60.1 +++ cfgimport.hxx 14 Mar 2005 14:01:58 -0000 1.3.60.2 @@ -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; ::std::map< sal_Int16 ,Sequence< ::rtl::OUString> > m_aProperties; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
