diff options
Diffstat (limited to 'padmin/source/prtsetup.hxx')
-rw-r--r-- | padmin/source/prtsetup.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/padmin/source/prtsetup.hxx b/padmin/source/prtsetup.hxx index 10a7b57e857b..b6de919cee04 100644 --- a/padmin/source/prtsetup.hxx +++ b/padmin/source/prtsetup.hxx @@ -148,9 +148,10 @@ public: void update(); - ULONG getLevel() { return m_aLevelBox.GetSelectEntry().ToInt32(); } - ULONG getDepth() { return m_aDepthBox.GetSelectEntry().ToInt32(); } - ULONG getColorDevice() + sal_uLong getLevel(); + sal_uLong getPDFDevice(); + sal_uLong getDepth() { return m_aDepthBox.GetSelectEntry().ToInt32(); } + sal_uLong getColorDevice() { String aSpace( m_aSpaceBox.GetSelectEntry() ); return aSpace == m_aSpaceColor ? 1 : ( aSpace == m_aSpaceGray ? -1 : 0 ); |