summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2011-11-30 21:59:13 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2011-11-30 22:13:12 +0400
commit041fc1f56618b18923f23a27a6e482ed81a98fe2 (patch)
tree4acb26dfb0cd12196ab9bd947c2d81bc9a89abcd /vcl/inc
parent7d3f21b27469d04b57dbd9f7befb3109001422ed (diff)
fdo#34641: move initial focus to printer selection
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/printdlg.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx
index d162bc07ea8a..4afe1c0134a6 100644
--- a/vcl/inc/printdlg.hxx
+++ b/vcl/inc/printdlg.hxx
@@ -212,9 +212,6 @@ namespace vcl
void setupLayout();
};
- OKButton maOKButton;
- CancelButton maCancelButton;
- HelpButton maHelpButton;
PrintPreviewWindow maPreviewWindow;
NumericField maPageEdit;
FixedText maNumPagesText;
@@ -228,6 +225,10 @@ namespace vcl
FixedLine maButtonLine;
+ OKButton maOKButton;
+ CancelButton maCancelButton;
+ HelpButton maHelpButton;
+
boost::shared_ptr< PrinterController > maPController;
rtl::OUString maPageStr;