From ce6a69c357d5d04c77b29692933fc36d40089c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Wed, 30 May 2001 12:44:20 +0000 Subject: [PATCH] #86838# UpdateUI: let the property box grab the focus --- extensions/source/propctrlr/formcontroller.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index 63139009032e..e69d530bcbed 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formcontroller.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: fs $ $Date: 2001-05-29 13:25:57 $ + * last change: $Author: fs $ $Date: 2001-05-30 13:44:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2437,6 +2437,7 @@ namespace pcr getPropertyBox()->SetPage( m_nDataPageId ); getPropertyBox()->EnableUpdate(); + getPropertyBox()->GrabFocus(); } catch (Exception&) { @@ -2822,6 +2823,9 @@ namespace pcr /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.26 2001/05/29 13:25:57 fs + * #87299# SetTables/SetQueries: allow for grid columns + * * Revision 1.25 2001/05/29 10:45:45 fs * #87461# +OnImageURLClicked - now using the FileDlgHelper instead of the UNO service *