diff options
Diffstat (limited to 'vcl/unx/generic/printer/ppdparser.cxx')
-rw-r--r-- | vcl/unx/generic/printer/ppdparser.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx index 83e8d4c3aa07..dc0c3f928575 100644 --- a/vcl/unx/generic/printer/ppdparser.cxx +++ b/vcl/unx/generic/printer/ppdparser.cxx @@ -1495,16 +1495,6 @@ void PPDParser::getDefaultResolution( int& rXRes, int& rYRes ) const rYRes = 300; } -OUString PPDParser::getFont( int nFont ) const -{ - if( ! m_pFontList ) - return OUString(); - - if( nFont >=0 && nFont < m_pFontList->countValues() ) - return m_pFontList->getValue( nFont )->m_aOption; - return OUString(); -} - OUString PPDParser::translateKey( const OUString& i_rKey, const com::sun::star::lang::Locale& i_rLocale ) const { |