summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-10-11 10:20:45 +0000
committergt <gt@openoffice.org>2001-10-11 10:20:45 +0000
commit0dea11293d17e5ad1bcf57d86f2269ba5be3af49 (patch)
tree8d96639f82687398ccb68ff9e7b6035601ed5f2e /sfx2/source/appl/newhelp.hxx
parent89db32158c1effa92a18b9932bcc8d8ab341b88f (diff)
#92980# KEY_TAB for DockingWindow -> SfxHelpTextWindow_Impl
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 33b67cb015..48108657ce 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: pb $ $Date: 2001-10-08 12:35:36 $
+ * last change: $Author: gt $ $Date: 2001-10-11 11:20:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -352,6 +352,17 @@ public:
String GetSearchText() const;
};
+// class TextWin_Impl ----------------------------------------------------
+
+class TextWin_Impl : public DockingWindow
+{
+public:
+ TextWin_Impl( Window* pParent );
+ virtual ~TextWin_Impl();
+
+ virtual long Notify( NotifyEvent& rNEvt );
+};
+
// class SfxHelpTextWindow_Impl ------------------------------------------
class SfxHelpWindow_Impl;