summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
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;