User: hr Date: 2007-08-03 10:02:26+0000 Modified: dba/reportdesign/source/ui/inc/propbrw.hxx
Log: INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 12:21:58 oj 1.2.4.1: #i77907# remove entries from context when propbrw is destroyed File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: propbrw.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/propbrw.hxx?r1=1.2&r2=1.3 Delta lines: +6 -4 ------------------- --- propbrw.hxx 2007-07-09 11:56:31+0000 1.2 +++ propbrw.hxx 2007-08-03 10:02:24+0000 1.3 @@ -54,7 +54,7 @@ #ifndef _COM_SUN_STAR_INSPECTION_XOBJECTINSPECTOR_HPP_ #include <com/sun/star/inspection/XObjectInspector.hpp> #endif - +#include <com/sun/star/uno/XComponentContext.hpp> #ifndef _SFXBRDCST_HXX //autogen #include <svtools/brdcst.hxx> #endif @@ -87,6 +87,8 @@ { private: OModuleClient m_aModuleClient; + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > + m_xInspectorContext; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
