summaryrefslogtreecommitdiffstats
path: root/vcl/generic/print/prtsetup.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/print/prtsetup.cxx')
-rw-r--r--vcl/generic/print/prtsetup.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/generic/print/prtsetup.cxx b/vcl/generic/print/prtsetup.cxx
index 561845e3bdab..1af14cc01c62 100644
--- a/vcl/generic/print/prtsetup.cxx
+++ b/vcl/generic/print/prtsetup.cxx
@@ -301,7 +301,7 @@ RTSDevicePage::RTSDevicePage( RTSDialog* pParent )
}
sal_uLong nLevelEntryData = 0; //automatic
- if( m_pParent->m_aJobData.m_nPDFDevice == 2 ) //explicitly PDF
+ if( m_pParent->m_aJobData.m_nPDFDevice == 2 ) //explicit PDF
nLevelEntryData = 10;
else if (m_pParent->m_aJobData.m_nPSLevel > 0) //explicit PS Level
nLevelEntryData = m_pParent->m_aJobData.m_nPSLevel+1;
@@ -400,7 +400,7 @@ sal_uLong RTSDevicePage::getPDFDevice()
{
sal_uLong nLevel = reinterpret_cast<sal_uLong>(m_pLevelBox->GetEntryData( m_pLevelBox->GetSelectEntryPos() ));
if (nLevel > 9)
- return 2; //explictly PDF
+ return 2; //explicitly PDF
else if (nLevel == 0)
return 0; //automatic
return -1; //explicitly PS