summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-06-04 07:22:11 +0000
committerPeter Burow <pb@openoffice.org>2002-06-04 07:22:11 +0000
commit1855293f91aed84edfa2f7a09c785b7ca8126bc3 (patch)
treeee7b4e2dab345ac6701ed7710b2c1db9003d3a03 /sfx2/source/appl/newhelp.hxx
parent6be1f2f5a616a0618b03060f177d1fe21e71bfce (diff)
fix: #99802# help more accessible
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx10
1 files changed, 8 insertions, 2 deletions
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; }