INTEGRATION: CWS impress145 (1.9.50); FILE MERGED

2008/06/17 15:24:22 af 1.9.50.1: #i79701# Added SetFocusToToolBox() method.
This commit is contained in:
Rüdiger Timm 2008-07-02 10:54:23 +00:00
parent 0e0595df23
commit 9dbc2cd334

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SlsFocusManager.hxx,v $
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@ -169,6 +169,11 @@ public:
*/
void RemoveFocusChangeListener (const Link& rListener);
/** Move focus to sibling outside the actual slide sorter. This is
typically the tool bar with the close button.
*/
void SetFocusToToolBox (void);
/** Create an instance of this class to temporarily hide the focus
indicator. It is restored to its former visibility state when the
FocusHider is destroyed.