summaryrefslogtreecommitdiff
path: root/uui/source/unknownauthdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-21 21:14:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-21 21:14:29 +0000
commit254dcd96ea4728450a93582d7a9c420eaa208d95 (patch)
tree95a67c745eb7f8f24ca674b68c72bf4ffc14ff80 /uui/source/unknownauthdlg.hxx
parenta5650e388de543501788b0745396ee1d25164c2a (diff)
remove unused m_pParent members and trailings semicolons
Change-Id: I9c577b074ac3fc5382cea92394adeedbe0364de0
Diffstat (limited to 'uui/source/unknownauthdlg.hxx')
-rw-r--r--uui/source/unknownauthdlg.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/uui/source/unknownauthdlg.hxx b/uui/source/unknownauthdlg.hxx
index 51c371bbe801..2c61a0d12ab6 100644
--- a/uui/source/unknownauthdlg.hxx
+++ b/uui/source/unknownauthdlg.hxx
@@ -44,7 +44,6 @@ private:
const css::uno::Reference< css::uno::XComponentContext >& m_xContext;
const css::uno::Reference< css::security::XCertificate >& m_rXCert;
- Window* m_pParent;
DECL_LINK(OKHdl_Impl, void *);
DECL_LINK(ViewCertHdl_Impl, void *);
@@ -55,11 +54,9 @@ private:
const css::uno::Reference< css::uno::XComponentContext >& xContext,
ResMgr * pResMgr );
- css::uno::Reference< css::security::XCertificate > getCert() { return m_rXCert; };
+ css::uno::Reference< css::security::XCertificate > getCert() { return m_rXCert; }
- Window* getParent() { return m_pParent; };
-
- void setDescriptionText( const OUString &aText ) { m_aLabel1.SetText( aText ); };
+ void setDescriptionText( const OUString &aText ) { m_aLabel1.SetText( aText ); }
};