From 9dbc2cd3343e3f1f2535a430f98aa007a4de2fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 2 Jul 2008 10:54:23 +0000 Subject: [PATCH] INTEGRATION: CWS impress145 (1.9.50); FILE MERGED 2008/06/17 15:24:22 af 1.9.50.1: #i79701# Added SetFocusToToolBox() method. --- .../ui/slidesorter/inc/controller/SlsFocusManager.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx index 672d40087ac3..00678c83058d 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx @@ -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.