From 5be98eba1fddb559194066c511b53412009c2d5d Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Mar 2003 10:29:38 +0000 Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD --- sfx2/source/appl/helpinterceptor.hxx | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'sfx2/source/appl/helpinterceptor.hxx') diff --git a/sfx2/source/appl/helpinterceptor.hxx b/sfx2/source/appl/helpinterceptor.hxx index 2b37c22140c5..8f5c9f09893e 100644 --- a/sfx2/source/appl/helpinterceptor.hxx +++ b/sfx2/source/appl/helpinterceptor.hxx @@ -2,9 +2,9 @@ * * $RCSfile: helpinterceptor.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: os $ $Date: 2002-10-24 10:04:32 $ + * last change: $Author: hr $ $Date: 2003-03-27 11:27:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,9 +64,6 @@ #ifndef _CPPUHELPER_IMPLBASE2_HXX_ #include #endif -#ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_ -#include -#endif #ifndef _COM_SUN_STAR_FRAME_XDISPATCHPROVIDERINTERCEPTOR_HPP_ #include #endif @@ -97,17 +94,12 @@ #ifndef _LINK_HXX #include #endif -#ifndef _SV_TIMER_HXX -#include -#endif - struct HelpHistoryEntry_Impl { - String aURL; - ::com::sun::star::uno::Any aViewData; + String aURL; + com::sun::star::uno::Any aViewData; - HelpHistoryEntry_Impl( const String& rURL ) : aURL( rURL ) {} HelpHistoryEntry_Impl( const String& rURL, const com::sun::star::uno::Any& rViewData ) : aURL( rURL ), aViewData(rViewData) {} }; @@ -142,10 +134,8 @@ friend class HelpDispatch_Impl; String m_aCurrentURL; com::sun::star::uno::Any m_aViewData; - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > - getController() const throw( ::com::sun::star::uno::RuntimeException ); void addURL( const String& rURL ); - void LeavePage(); // e.g. stores the ViewData of actual page + public: HelpInterceptor_Impl(); ~HelpInterceptor_Impl(); -- cgit