From 1855293f91aed84edfa2f7a09c785b7ca8126bc3 Mon Sep 17 00:00:00 2001 From: Peter Burow Date: Tue, 4 Jun 2002 07:22:11 +0000 Subject: fix: #99802# help more accessible --- sfx2/source/appl/newhelp.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sfx2/source/appl/newhelp.hxx') diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx index cf4a8963fddc..f4a6e64369ca 100644 --- a/sfx2/source/appl/newhelp.hxx +++ b/sfx2/source/appl/newhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: newhelp.hxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: pb $ $Date: 2002-05-15 06:59:39 $ + * last change: $Author: pb $ $Date: 2002-06-04 08:22:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -366,6 +366,7 @@ public: virtual void Resize(); virtual long PreNotify( NotifyEvent& rNEvt ); + virtual void DataChanged( const DataChangedEvent& rDCEvt ); void SetDoubleClickHdl( const Link& rLink ); inline void SetSelectFactoryHdl( const Link& rLink ) { aSelectFactoryLink = rLink; } @@ -396,7 +397,9 @@ public: // class SfxHelpTextWindow_Impl ------------------------------------------ +class SvtMiscOptions; class SfxHelpWindow_Impl; + class SfxHelpTextWindow_Impl : public Window { private: @@ -419,8 +422,10 @@ private: Image aIndexOffImage; sal_Bool HasSelection() const; + void InitToolBoxImages(); DECL_LINK( SelectHdl, Timer* ); + DECL_LINK( NotifyHdl, SvtMiscOptions* ); public: SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent ); @@ -429,6 +434,7 @@ public: virtual void Resize(); virtual long PreNotify( NotifyEvent& rNEvt ); virtual void GetFocus(); + virtual void DataChanged( const DataChangedEvent& rDCEvt ); inline ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame > getFrame() const { return xFrame; } -- cgit