diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-26 16:43:42 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-01-26 16:43:42 +0100 |
commit | 067e9b189b26900e0f3d064b134c9cea5865069d (patch) | |
tree | 8933377cca9e07430a2a0bd40fbd1c8099a7cadc /vcl/unx/headless/svpprn.cxx | |
parent | 20c9b2305c7f9c2341961a1aa32bdc151aead3b4 (diff) | |
parent | 432e0fcb93c713a39890ec7ed0769521ef6ef3e8 (diff) |
CWS-TOOLING: integrate CWS vcl108
Diffstat (limited to 'vcl/unx/headless/svpprn.cxx')
-rw-r--r-- | vcl/unx/headless/svpprn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/headless/svpprn.cxx b/vcl/unx/headless/svpprn.cxx index 75d86959b2b5..2c0ba3dad84c 100644 --- a/vcl/unx/headless/svpprn.cxx +++ b/vcl/unx/headless/svpprn.cxx @@ -736,7 +736,7 @@ String PspSalInfoPrinter::GetPaperBinName( const ImplJobSetup* pJobSetup, ULONG { const PPDValue* pValue = pKey->getValue( nPaperBin ); if( pValue ) - aRet = pValue->m_aOptionTranslation.Len() ? pValue->m_aOptionTranslation : pValue->m_aOption; + aRet = aData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption ); } } |