summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-11-08 14:52:55 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2019-11-09 00:18:39 +0100
commitd456ca6efb98d707427228e8131dfe8a5f27e2f6 (patch)
treeea4d2f71272b10425e4f1313a3c467a865680415 /vcl/inc
parentdfb2a1a96f6243373419a3ffbecc15aa04fed3ec (diff)
tdf#41205 Auto-focus range edit in print dialog
Auto-select the page range edit when the "Pages" radio button is selected in the print dialog, to allow for easy insertion of the pages to print. S.a. commit 6087dc9cddde7052258996389d561f415ebee13c ("filter: PDF Export UI "page range" autofocus") which did basically the same for the PDF export dialog. Change-Id: Iff7a9292c4874952e67218d83aafc4bc76b1e5b7 Reviewed-on: https://gerrit.libreoffice.org/82310 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/printdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx
index 8328b6315d73..33f9a7be94f4 100644
--- a/vcl/inc/printdlg.hxx
+++ b/vcl/inc/printdlg.hxx
@@ -138,6 +138,8 @@ namespace vcl
std::unique_ptr<weld::SpinButton> mxCopyCountField;
std::unique_ptr<weld::CheckButton> mxCollateBox;
std::unique_ptr<weld::Image> mxCollateImage;
+ std::unique_ptr<weld::Entry> mxPageRangeEdit;
+ std::unique_ptr<weld::RadioButton> mxPageRangesRadioButton;
std::unique_ptr<weld::ComboBox> mxPaperSidesBox;
std::unique_ptr<weld::CheckButton> mxReverseOrderBox;