diff options
author | Daniel <danielfaleirosilva@gmail.com> | 2018-08-06 10:50:17 -0300 |
---|---|---|
committer | Daniel Silva <danielfaleirosilva@gmail.com> | 2018-11-29 13:02:16 -0200 |
commit | b368e4043582e6785a88b444e148fdffdc2aece1 (patch) | |
tree | 11255f482019116227191380f2c0e1448c417838 /include/vcl | |
parent | b4601ff6d9261d185cd440ebdbca8d78f3b5d459 (diff) |
Fix paper size combobox selection
Change-Id: I9682e0fcd58b45957e7f488e0b184475a39240c2
Reviewed-on: https://gerrit.libreoffice.org/58644
Tested-by: Jenkins
Reviewed-by: Daniel Silva <danielfaleirosilva@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/print.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index d67073ea3dcd..93a56a96f0c4 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -547,6 +547,7 @@ public: VCL_DLLPRIVATE bool getReversePrint() const; VCL_DLLPRIVATE void setPapersizeFromSetup( bool i_bPapersizeFromSetup ); VCL_DLLPRIVATE bool getPapersizeFromSetup() const; + VCL_DLLPRIVATE void setPaperSizeFromUser( Size i_aUserSize ); void setPrinterModified( bool i_bPapersizeFromSetup ); bool getPrinterModified() const; VCL_DLLPRIVATE void pushPropertiesToPrinter(); |