diff options
author | Peter Burow <pb@openoffice.org> | 2002-05-15 05:59:39 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2002-05-15 05:59:39 +0000 |
commit | c8aacbb781e2e0442ce4dd0083c89b6601d8e046 (patch) | |
tree | 18cc98d999ddcabf0ea7dc23a666e1c6c511888d /sfx2/source/appl/newhelp.hxx | |
parent | 56692012cdbcc16d6e2a27193ded28b897e00d13 (diff) |
fix: #98932# better focus and dispose handling
Diffstat (limited to 'sfx2/source/appl/newhelp.hxx')
-rw-r--r-- | sfx2/source/appl/newhelp.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx index a58769b4459b..cf4a8963fddc 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; |