diff options
author | Peter Burow <pb@openoffice.org> | 2001-08-30 06:10:51 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-08-30 06:10:51 +0000 |
commit | 21a69f4a98dac8e70ba26dc53f90569f76cc9099 (patch) | |
tree | e973a1ed0c853113b7db7f720a9beac4cbaf1865 /sfx2 | |
parent | 84bd6bb0e508292dee8c900934235de87115a788 (diff) |
fix: #91610# right box (documents view) gets the focus at first
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docvor.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/docvor.cxx b/sfx2/source/doc/docvor.cxx index 351ed0a83b04..da49b979ee05 100644 --- a/sfx2/source/doc/docvor.cxx +++ b/sfx2/source/doc/docvor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docvor.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: dv $ $Date: 2001-07-26 12:08:25 $ + * last change: $Author: pb $ $Date: 2001-08-30 07:10:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -298,7 +298,7 @@ SfxOrganizeDlg_Impl::SfxOrganizeDlg_Impl( SfxTemplateOrganizeDlg* pParent, aRightLb.SelectAll( FALSE ); - aLeftLb.GrabFocus(); + aRightLb.GrabFocus(); } //========================================================================= |