summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpinterceptor.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-10 12:28:27 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-10 12:28:27 +0000
commit6c78ca35757ba3ca70ad5199ec60916a911c4cf8 (patch)
treea21e87a67bf6b6018bcea3106cd80d04c8d5f1d8 /sfx2/source/appl/helpinterceptor.hxx
parent1e7e62913dc89969a1c87c086087e6d411bad053 (diff)
INTEGRATION: CWS fwk02ea (1.14.358); FILE MERGED
2004/05/28 09:28:28 as 1.14.358.1: #i28652# repair jump marks, load content synchron
Diffstat (limited to 'sfx2/source/appl/helpinterceptor.hxx')
-rw-r--r--sfx2/source/appl/helpinterceptor.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sfx2/source/appl/helpinterceptor.hxx b/sfx2/source/appl/helpinterceptor.hxx
index 8f5c9f09893e..8be6fed484d2 100644
--- a/sfx2/source/appl/helpinterceptor.hxx
+++ b/sfx2/source/appl/helpinterceptor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helpinterceptor.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 11:27:38 $
+ * last change: $Author: kz $ $Date: 2004-06-10 13:28:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,6 @@ struct HelpHistoryEntry_Impl
DECLARE_LIST(HelpHistoryList_Impl,HelpHistoryEntry_Impl*);
-class OpenStatusListener_Impl;
class SfxHelpWindow_Impl;
class HelpInterceptor_Impl : public ::cppu::WeakImplHelper3<
@@ -117,6 +116,7 @@ class HelpInterceptor_Impl : public ::cppu::WeakImplHelper3<
{
private:
friend class HelpDispatch_Impl;
+friend class SfxHelpWindow_Impl;
// the component which's dispatches we're intercepting
::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception > m_xIntercepted;
@@ -128,7 +128,6 @@ friend class HelpDispatch_Impl;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > m_xListener;
HelpHistoryList_Impl* m_pHistory;
- OpenStatusListener_Impl* m_pOpenListener;
SfxHelpWindow_Impl* m_pWindow;
ULONG m_nCurPos;
String m_aCurrentURL;
@@ -175,8 +174,8 @@ public:
virtual void SAL_CALL removeStatusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xControl, const ::com::sun::star::util::URL& aURL ) throw(::com::sun::star::uno::RuntimeException);
// extras
- void InitWaiter( OpenStatusListener_Impl* pListener, SfxHelpWindow_Impl* pWindow )
- { m_pOpenListener = pListener; m_pWindow = pWindow; }
+ void InitWaiter( SfxHelpWindow_Impl* pWindow )
+ { m_pWindow = pWindow; }
SfxHelpWindow_Impl* GetHelpWindow() const { return m_pWindow; }
};