diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-14 15:09:57 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-14 15:09:57 +0100 |
commit | 2cce17c5b5637744b1086f14dfcd2d9cbbfa5710 (patch) | |
tree | 8ee34a0c3365531d72bf4815d24c89c1a913cc11 /padmin/source/prtsetup.hxx | |
parent | 8568e19020ad6d8598bdd8c9c7f02db964ef81ad (diff) |
removetooltypes01: #i112600# Remove tools types from padmin
Diffstat (limited to 'padmin/source/prtsetup.hxx')
-rw-r--r-- | padmin/source/prtsetup.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/padmin/source/prtsetup.hxx b/padmin/source/prtsetup.hxx index 72e3d81ee8d7..02a9325726fc 100644 --- a/padmin/source/prtsetup.hxx +++ b/padmin/source/prtsetup.hxx @@ -147,10 +147,10 @@ public: void update(); - ULONG getLevel(); - ULONG getPDFDevice(); - 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 ); |