From 1bee6c0e9121cf1d3d246a7e49f5e0d89aad6682 Mon Sep 17 00:00:00 2001 From: "Philipp Lohmann [pl]" Date: Mon, 16 Aug 2010 20:31:58 +0200 Subject: pdfprint: #i94173# #i113802# send print jobs in PDF instead of PostScript --- padmin/source/prtsetup.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'padmin/source/prtsetup.hxx') diff --git a/padmin/source/prtsetup.hxx b/padmin/source/prtsetup.hxx index 65288f738482..72e3d81ee8d7 100644 --- a/padmin/source/prtsetup.hxx +++ b/padmin/source/prtsetup.hxx @@ -147,7 +147,8 @@ public: void update(); - ULONG getLevel() { return m_aLevelBox.GetSelectEntry().ToInt32(); } + ULONG getLevel(); + ULONG getPDFDevice(); ULONG getDepth() { return m_aDepthBox.GetSelectEntry().ToInt32(); } ULONG getColorDevice() { -- cgit