diff options
Diffstat (limited to 'uui/source/sslwarndlg.hxx')
-rw-r--r-- | uui/source/sslwarndlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx index 436dfdc4f350..42aa51026146 100644 --- a/uui/source/sslwarndlg.hxx +++ b/uui/source/sslwarndlg.hxx @@ -42,8 +42,6 @@ public: const css::uno::Reference< css::security::XCertificate >& rXCert, const css::uno::Reference< css::uno::XComponentContext >& xContext ); - const css::uno::Reference< css::security::XCertificate >& getCert() { return m_rXCert; } - virtual void response(short nResponseId) override; void setDescription1Text(const OUString &aText) { set_primary_text(aText); } |