summaryrefslogtreecommitdiff
path: root/include/vcl/prntypes.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-12-21 23:09:33 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-12-22 09:23:37 +0100
commit2113282cf957943d08999e7c7071a76734cf2c00 (patch)
tree7661f7428bddb12fd1c2410e662a3b7638114458 /include/vcl/prntypes.hxx
parent1c70d20fcb3a0e8a0e9752b0e3ee45532da8f72a (diff)
tdf#79077: Mildly improved user experience
Change-Id: I3cf63d06c3c238ed936a8dd0287cfbe02e8e39be Reviewed-on: https://gerrit.libreoffice.org/46936 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/vcl/prntypes.hxx')
-rw-r--r--include/vcl/prntypes.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vcl/prntypes.hxx b/include/vcl/prntypes.hxx
index 88920604a961..747f43190fcb 100644
--- a/include/vcl/prntypes.hxx
+++ b/include/vcl/prntypes.hxx
@@ -83,6 +83,12 @@ enum class PrinterCapType
UsePullModel = 12,
};
+enum class PrinterSetupMode
+{
+ SingleJob = 0,
+ DocumentGlobal = 1
+};
+
#endif // INCLUDED_VCL_PRNTYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */