Kaydet (Commit) 0fc587fc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field (Clang towards 3.2)

Change-Id: I70dca6915daf6647271ee89c752a50365cff7010
üst 808e0a19
......@@ -65,8 +65,7 @@ SSLWarnDialog::SSLWarnDialog
m_aLine ( this, ResId( FL_LINE, *pResMgr ) ),
m_aWarnImage ( this, ResId( IMG_WARN, *pResMgr ) ),
m_xServiceFactory ( xServiceFactory ),
m_rXCert ( rXCert ),
pResourceMgr ( pResMgr )
m_rXCert ( rXCert )
{
FreeResource();
m_aWarnImage.SetImage( WarningBox::GetStandardImage() );
......
......@@ -51,7 +51,6 @@ private:
const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& m_xServiceFactory;
const cssu::Reference< dcss::security::XCertificate >& m_rXCert;
Window* m_pParent;
ResMgr* pResourceMgr;
DECL_LINK(OKHdl_Impl, void *);
DECL_LINK(ViewCertHdl_Impl, void *);
......
......@@ -75,8 +75,7 @@ UnknownAuthDialog::UnknownAuthDialog
m_aLabel1 ( this, ResId( FT_LABEL_1, *pResMgr ) ),
m_aWarnImage ( this, ResId( IMG_WARN, *pResMgr ) ),
m_xServiceFactory ( xServiceFactory ),
m_rXCert ( rXCert ),
pResourceMgr ( pResMgr )
m_rXCert ( rXCert )
{
FreeResource();
......
......@@ -53,7 +53,6 @@ private:
const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& m_xServiceFactory;
const cssu::Reference< dcss::security::XCertificate >& m_rXCert;
Window* m_pParent;
ResMgr* pResourceMgr;
DECL_LINK(OKHdl_Impl, void *);
DECL_LINK(ViewCertHdl_Impl, void *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment