summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
diff options
context:
space:
mode:
authorDaniel Silva <danielfaleirosilva@gmail.com>2018-07-22 21:05:56 -0300
committerDaniel Silva <danielfaleirosilva@gmail.com>2018-11-29 13:02:16 -0200
commita0f02b8856fce1ee0eb5f1748c7c7fc04bd568a6 (patch)
tree3c30f55549ca7ed4b47dc2a63e6d6804ce889e9a /include/vcl/print.hxx
parent952e4a6ffd95b49d421b6477b3f8e33a6550097f (diff)
Sets duplex (paper sides) box in print dialog
Change-Id: I223335dd9e02f8b09947a7b97ef4d718716a464b Reviewed-on: https://gerrit.libreoffice.org/57833 Tested-by: Jenkins Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r--include/vcl/print.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index bb9f7d22becb..d67073ea3dcd 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -305,6 +305,7 @@ public:
bool SetOrientation( Orientation eOrient );
Orientation GetOrientation() const;
void SetDuplexMode( DuplexMode );
+ DuplexMode GetDuplexMode() const;
bool SetPaperBin( sal_uInt16 nPaperBin );
sal_uInt16 GetPaperBin() const;