unused hicontrast icon
Change-Id: Iebab45a52319ab531ec27d10fc5c5304d8e7a0a0
This commit is contained in:
@@ -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 )
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user