summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-05-15 05:59:39 +0000
committerPeter Burow <pb@openoffice.org>2002-05-15 05:59:39 +0000
commit0dc5e798e675230e32882dde58ebcddf4d92dd2b (patch)
treea1da46e80c6053046f84163a256ba1bef8512622 /sfx2/source/appl/newhelp.hxx
parent3fe43a8c28d7f8e364a2606ae5c7d76c27c5358c (diff)
fix: #98932# better focus and dispose handling
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r--sfx2/source/appl/newhelp.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index c13388a79e..42e37fce70 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.hxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: pb $ $Date: 2002-05-14 13:26:26 $
+ * last change: $Author: pb $ $Date: 2002-05-15 06:59:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -438,6 +438,7 @@ public:
void SelectSearchText( const String& rSearchText, sal_Bool _bIsFullWordSearch );
void SetPageStyleHeaderOff() const;
inline ToolBox& GetToolBox() { return aToolBox; }
+ void CloseFrame();
};
// class SfxHelpWindow_Impl ----------------------------------------------
@@ -465,7 +466,7 @@ friend class SfxHelpIndexWindow_Impl;
long nIndexSize;
long nTextSize;
sal_Bool bIndex;
- sal_Bool bDisableGrabFocus;
+ sal_Bool bGrabFocusToToolBox;
Point aWinPos;
String sTitle;
String sKeyword;