summaryrefslogtreecommitdiff
path: root/vcl/inc/printerinfomanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/printerinfomanager.hxx')
-rw-r--r--vcl/inc/printerinfomanager.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx
index d820cfcc6057..0cb01f155075 100644
--- a/vcl/inc/printerinfomanager.hxx
+++ b/vcl/inc/printerinfomanager.hxx
@@ -27,6 +27,7 @@
#include <vcl/dllapi.h>
#include <vcl/jobdata.hxx>
+#include <vcl/prntypes.hxx>
#include <osl/file.hxx>
#include "unx/helper.hxx"
@@ -52,6 +53,7 @@ struct PrinterInfo : JobData
// a list of special features separated by ',' not used by psprint
// but assigned from the outside (currently for "fax","pdf=","autoqueue","external_dialog")
OUString m_aFeatures;
+ PrinterSetupMode meSetupMode;
PrinterInfo()
: JobData()