User: vg Date: 05/03/10 08:48:39 Modified: /dba/dbaccess/source/ui/dlg/ DbAdminImpl.hxx
Log: INTEGRATION: CWS dba24 (1.4.4); FILE MERGED 2005/02/18 12:42:19 oj 1.4.4.1: #i42460# changes for the separation of datasource and database document(model) File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DbAdminImpl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DbAdminImpl.hxx?r1=1.4&r2=1.5 Delta lines: +5 -2 ------------------- --- DbAdminImpl.hxx 21 Jan 2005 17:13:00 -0000 1.4 +++ DbAdminImpl.hxx 10 Mar 2005 16:48:36 -0000 1.5 @@ -92,7 +92,9 @@ #ifndef _SFXITEMSET_HXX #include <svtools/itemset.hxx> #endif - +#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_ +#include <com/sun/star/frame/XModel.hpp> +#endif class Window; //......................................................................... @@ -116,6 +118,7 @@ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XNamingService > m_xDynamicContext; /// just another interface of the context ... ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xDatasource; + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xModel; ::com::sun::star::uno::Any m_aDataSourceName; typedef ::std::set< ::rtl::OUString > StringSet; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
