From f8110df350303536941c4cea4df4f85e52a3bff0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 26 Sep 2007 14:02:49 +0000 Subject: INTEGRATION: CWS vcl82 (1.27.26); FILE MERGED 2007/09/07 10:39:07 pl 1.27.26.1: #i9521# initial focus on copies field --- svtools/source/dialogs/printdlg.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/dialogs/printdlg.cxx b/svtools/source/dialogs/printdlg.cxx index 729f11457331..530ea7b0977a 100644 --- a/svtools/source/dialogs/printdlg.cxx +++ b/svtools/source/dialogs/printdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: printdlg.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: obo $ $Date: 2007-07-18 09:04:49 $ + * last change: $Author: hr $ $Date: 2007-09-26 15:02:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -178,6 +178,8 @@ PrintDialog::PrintDialog( Window* pWindow ) : maRbtAll.Check(); ImplSetImages(); + + maNumCopies.GrabFocus(); } // ----------------------------------------------------------------------- -- cgit