summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-09-07 07:22:49 +0000
committergt <gt@openoffice.org>2001-09-07 07:22:49 +0000
commitdc5298fc4611f04028cb3229fdbbcb18bd7d3e54 (patch)
tree0265a82b1e4c12edea6af5ec15a61582c0494b69 /sfx2/source/appl/newhelp.hxx
parent69ffb90738811f5529b74bf2c8b85dcdabdc6331 (diff)
#90928# enable/disable forward/backward button in dependency of the history position
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 920376dff4..7591c56602 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: gt $ $Date: 2001-09-06 14:02:33 $
+ * last change: $Author: gt $ $Date: 2001-09-07 08:22:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -383,6 +383,8 @@ public:
void ToggleIndex( sal_Bool bOn );
virtual void GetFocus();
+
+ inline ToolBox& GetToolBox() { return aToolBox; }
};
// class SfxHelpWindow_Impl ----------------------------------------------
@@ -439,6 +441,7 @@ public:
void SetHelpURL( const String& rURL );
void DoAction( USHORT nActionId );
+ void UpdateToolbox();
};
class SfxAddHelpBookmarkDialog_Impl : public ModalDialog