diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-30 11:08:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-30 19:50:30 +0200 |
commit | 979d58c9a96884e36d1585df0c04c89b1f53fa99 (patch) | |
tree | bce40aad53ac5123a2864da59b8d889b8a51e577 /vcl/unx/generic/printer | |
parent | 3c1fc723ff622d8a541fa26a3397ca4258332e4a (diff) |
loplugin:unusedfields in toolkit..xmloff
Change-Id: I4964ff97e0a1735dc08c6ad204cae0b08e9ffc2c
Reviewed-on: https://gerrit.libreoffice.org/39406
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx/generic/printer')
-rw-r--r-- | vcl/unx/generic/printer/ppdparser.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx index 54d9746451f2..6290b8f46e37 100644 --- a/vcl/unx/generic/printer/ppdparser.cxx +++ b/vcl/unx/generic/printer/ppdparser.cxx @@ -595,7 +595,6 @@ PPDParser::PPDParser( const OUString& rFile ) : m_pInputSlots( nullptr ), m_pDefaultResolution( nullptr ), m_pResolutions( nullptr ), - m_pDuplexTypes( nullptr ), m_pFontList( nullptr ), m_pTranslator( new PPDTranslator() ) { @@ -741,8 +740,6 @@ PPDParser::PPDParser( const OUString& rFile ) : SAL_INFO_IF(!m_pInputSlots, "vcl.unx.print", "no InputSlot in " << m_aFile); SAL_INFO_IF(!m_pDefaultInputSlot, "vcl.unx.print", "no DefaultInputSlot in " << m_aFile); - m_pDuplexTypes = getKey( OUString( "Duplex" ) ); - m_pFontList = getKey( OUString( "Font" ) ); if (m_pFontList == nullptr) { SAL_WARN( "vcl.unx.print", "no Font in " << m_aFile); |