diff options
author | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-02-15 17:14:59 +0100 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@oracle.com> | 2011-02-15 17:14:59 +0100 |
commit | 1e8ae7f11c3cc86ba13eef4d93cfaabc89a8f7dd (patch) | |
tree | c14d71e9309995c95a9a3e00bdba655ee4d0cdc4 /padmin/source/prtsetup.hxx | |
parent | 3b184bbda31958c250bc896aff76a68d30c57a49 (diff) | |
parent | ce5f1dd187c3a7d8113c7653fa887b98fd50aaf6 (diff) |
accfixes: merged to m100
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 ); |