summaryrefslogtreecommitdiff
path: root/uui/source/sslwarndlg.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/sslwarndlg.hxx
parenta5650e388de543501788b0745396ee1d25164c2a (diff)
remove unused m_pParent members and trailings semicolons
Change-Id: I9c577b074ac3fc5382cea92394adeedbe0364de0
Diffstat (limited to 'uui/source/sslwarndlg.hxx')
-rw-r--r--uui/source/sslwarndlg.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx
index c843ed6a3654..2ce007dad3de 100644
--- a/uui/source/sslwarndlg.hxx
+++ b/uui/source/sslwarndlg.hxx
@@ -34,7 +34,6 @@ class SSLWarnDialog : public MessageDialog
private:
const css::uno::Reference< css::uno::XComponentContext >& m_xContext;
const css::uno::Reference< css::security::XCertificate >& m_rXCert;
- Window* m_pParent;
void ViewCert();
@@ -45,8 +44,6 @@ public:
css::uno::Reference< css::security::XCertificate > getCert() { return m_rXCert; }
- Window* getParent() { return m_pParent; }
-
virtual void response(short nResponseId);
void setDescription1Text(const OUString &aText) { set_primary_text(aText); }