summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/jobdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/printer/jobdata.cxx')
-rw-r--r--vcl/unx/generic/printer/jobdata.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/vcl/unx/generic/printer/jobdata.cxx b/vcl/unx/generic/printer/jobdata.cxx
index f52e577bf31b..aead34c96eb1 100644
--- a/vcl/unx/generic/printer/jobdata.cxx
+++ b/vcl/unx/generic/printer/jobdata.cxx
@@ -52,24 +52,6 @@ JobData& JobData::operator=(const JobData& rRight)
return *this;
}
-bool psp::operator==(const psp::JobData& rLeft, const psp::JobData& rRight)
-{
- return rLeft.m_nCopies == rRight.m_nCopies
-// && rLeft.m_bCollate == rRight.m_bCollate
- && rLeft.m_nLeftMarginAdjust == rRight.m_nLeftMarginAdjust
- && rLeft.m_nRightMarginAdjust == rRight.m_nRightMarginAdjust
- && rLeft.m_nTopMarginAdjust == rRight.m_nTopMarginAdjust
- && rLeft.m_nBottomMarginAdjust == rRight.m_nBottomMarginAdjust
- && rLeft.m_nColorDepth == rRight.m_nColorDepth
- && rLeft.m_eOrientation == rRight.m_eOrientation
- && rLeft.m_aPrinterName == rRight.m_aPrinterName
- && rLeft.m_pParser == rRight.m_pParser
-// && rLeft.m_aContext == rRight.m_aContext
- && rLeft.m_nPSLevel == rRight.m_nPSLevel
- && rLeft.m_nPDFDevice == rRight.m_nPDFDevice
- && rLeft.m_nColorDevice == rRight.m_nColorDevice;
-}
-
void JobData::setCollate( bool bCollate )
{
if (m_nPDFDevice > 0)