summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 23:10:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-31 09:04:15 +0200
commit0fc587fc1ef62b560d3e50e54fe2f1beb45a71d8 (patch)
tree882077d9a2e24540d3a59723acb58e58b2098dc9 /uui/source
parent808e0a19d71b706c3cd6608fa81a437f85d11b06 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I70dca6915daf6647271ee89c752a50365cff7010
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/sslwarndlg.cxx3
-rw-r--r--uui/source/sslwarndlg.hxx1
-rw-r--r--uui/source/unknownauthdlg.cxx3
-rw-r--r--uui/source/unknownauthdlg.hxx1
4 files changed, 2 insertions, 6 deletions
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 *);