summaryrefslogtreecommitdiff
path: root/uui/source/sslwarndlg.hxx
diff options
context:
space:
mode:
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); }