unused hicontrast icon

Change-Id: Iebab45a52319ab531ec27d10fc5c5304d8e7a0a0
This commit is contained in:
Caolán McNamara
2017-01-20 11:51:08 +00:00
parent 550e0e42d9
commit a424182631
2 changed files with 0 additions and 7 deletions

View File

@@ -95,12 +95,6 @@ Entry_Impl::Entry_Impl( const uno::Reference< deployment::XPackage > &xPackage,
if ( xGraphic.is() )
m_aIcon = Image( xGraphic );
xGraphic = xPackage->getIcon( true );
if ( xGraphic.is() )
m_aIconHC = Image( xGraphic );
else
m_aIconHC = m_aIcon;
if ( eState == AMBIGUOUS )
m_sErrorText = DialogHelper::getResourceString( RID_STR_ERROR_UNKNOWN_STATUS );
else if ( eState == NOT_REGISTERED )

View File

@@ -74,7 +74,6 @@ struct Entry_Impl
OUString m_sErrorText;
OUString m_sLicenseText;
Image m_aIcon;
Image m_aIconHC;
VclPtr<FixedHyperlink> m_pPublisher;
css::uno::Reference<css::deployment::XPackage> m_xPackage;