summaryrefslogtreecommitdiff
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.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/vcl/generic/print/prtsetup.cxx b/vcl/generic/print/prtsetup.cxx
index 32f4c6ccc7ab..ea93c2df1abf 100644
--- a/vcl/generic/print/prtsetup.cxx
+++ b/vcl/generic/print/prtsetup.cxx
@@ -67,8 +67,6 @@ void RTSDialog::insertAllPPDValues( ListBox& rBox, const PPDParser* pParser, con
rBox.SelectEntry( m_aInvalidString );
}
-
-
/*
* RTSDialog
*/
@@ -128,8 +126,6 @@ IMPL_LINK( RTSDialog, ActivatePage, TabControl*, pTabCtrl )
return 0;
}
-
-
IMPL_LINK( RTSDialog, ClickButton, Button*, pButton )
{
if( pButton == m_pOKButton )
@@ -156,8 +152,6 @@ IMPL_LINK( RTSDialog, ClickButton, Button*, pButton )
return 0;
}
-
-
/*
* RTSPaperPage
*/
@@ -194,14 +188,10 @@ RTSPaperPage::RTSPaperPage(RTSDialog* pParent)
update();
}
-
-
RTSPaperPage::~RTSPaperPage()
{
}
-
-
void RTSPaperPage::update()
{
const PPDKey* pKey = NULL;
@@ -247,8 +237,6 @@ void RTSPaperPage::update()
}
}
-
-
IMPL_LINK( RTSPaperPage, SelectHdl, ListBox*, pBox )
{
const PPDKey* pKey = NULL;
@@ -281,8 +269,6 @@ IMPL_LINK( RTSPaperPage, SelectHdl, ListBox*, pBox )
return 0;
}
-
-
/*
* RTSDevicePage
*/
@@ -371,14 +357,10 @@ RTSDevicePage::RTSDevicePage( RTSDialog* pParent )
}
}
-
-
RTSDevicePage::~RTSDevicePage()
{
}
-
-
void RTSDevicePage::update()
{
}
@@ -407,8 +389,6 @@ sal_uLong RTSDevicePage::getColorDevice()
return 0;
}
-
-
sal_uLong RTSDevicePage::getLevel()
{
sal_uLong nLevel = (sal_uLong)m_pLevelBox->GetEntryData( m_pLevelBox->GetSelectEntryPos() );
@@ -417,8 +397,6 @@ sal_uLong RTSDevicePage::getLevel()
return nLevel < 10 ? nLevel-1 : 0;
}
-
-
sal_uLong RTSDevicePage::getPDFDevice()
{
sal_uLong nLevel = (sal_uLong)m_pLevelBox->GetEntryData( m_pLevelBox->GetSelectEntryPos() );