summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-09-06 13:02:33 +0000
committergt <gt@openoffice.org>2001-09-06 13:02:33 +0000
commit548eaba9ab5458136f42289460ee5c825b710e04 (patch)
tree3609eefc1cf1c9181e9a3253ed65b7c8979b8b65 /sfx2/source/appl/newhelp.hxx
parenta76c8790c85b3e1fabbc2f8ff34076c9a0caeffb (diff)
#90943# #91306# enable Tab-navigation between Navigation- and Text-Window
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index cbeb8cb2ec12..f3e27f98957e 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: pb $ $Date: 2001-08-30 07:07:54 $
+ * last change: $Author: gt $ $Date: 2001-09-06 14:02:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,6 +172,8 @@ public:
virtual long Notify( NotifyEvent& rNEvt );
void SelectExecutableEntry();
+
+// virtual long PreNotify( NotifyEvent& rNEvt );
};
class IndexTabPage_Impl : public TabPage
@@ -379,6 +381,8 @@ public:
::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame >
getFrame() const { return xFrame; }
void ToggleIndex( sal_Bool bOn );
+
+ virtual void GetFocus();
};
// class SfxHelpWindow_Impl ----------------------------------------------
@@ -434,6 +438,7 @@ public:
void SetFactory( const String& rFactory );
void SetHelpURL( const String& rURL );
void DoAction( USHORT nActionId );
+
};
class SfxAddHelpBookmarkDialog_Impl : public ModalDialog