summaryrefslogtreecommitdiff
path: root/padmin/source/prtsetup.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-14 15:09:57 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-14 15:09:57 +0100
commit2cce17c5b5637744b1086f14dfcd2d9cbbfa5710 (patch)
tree8ee34a0c3365531d72bf4815d24c89c1a913cc11 /padmin/source/prtsetup.hxx
parent8568e19020ad6d8598bdd8c9c7f02db964ef81ad (diff)
removetooltypes01: #i112600# Remove tools types from padmin
Diffstat (limited to 'padmin/source/prtsetup.hxx')
-rw-r--r--padmin/source/prtsetup.hxx8
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 );