summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 14:02:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 14:02:49 +0000
commitf8110df350303536941c4cea4df4f85e52a3bff0 (patch)
tree2b9ac262752cfb21014ba9af78ee4ed1e51b7412 /svtools
parent02344aec6474fc71b8287dcbc46dfda141593779 (diff)
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
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/printdlg.cxx6
1 files changed, 4 insertions, 2 deletions
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();
}
// -----------------------------------------------------------------------