From 0fc587fc1ef62b560d3e50e54fe2f1beb45a71d8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Aug 2012 23:10:14 +0200 Subject: -Werror,-Wunused-private-field (Clang towards 3.2) Change-Id: I70dca6915daf6647271ee89c752a50365cff7010 --- uui/source/sslwarndlg.cxx | 3 +-- uui/source/sslwarndlg.hxx | 1 - uui/source/unknownauthdlg.cxx | 3 +-- uui/source/unknownauthdlg.hxx | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) (limited to 'uui') diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index d7214f6c20f1..172b11df91f6 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -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() ); diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx index e4b40f8098ac..ab2b8c07754c 100644 --- a/uui/source/sslwarndlg.hxx +++ b/uui/source/sslwarndlg.hxx @@ -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 *); diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx index 37e12995d0f3..17f1464a1e07 100644 --- a/uui/source/unknownauthdlg.cxx +++ b/uui/source/unknownauthdlg.cxx @@ -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(); diff --git a/uui/source/unknownauthdlg.hxx b/uui/source/unknownauthdlg.hxx index 8147d2cca3c7..6ab3eba42d29 100644 --- a/uui/source/unknownauthdlg.hxx +++ b/uui/source/unknownauthdlg.hxx @@ -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 *); -- cgit