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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx
index b367f9911262..c7b1492a87eb 100644
--- a/uui/source/sslwarndlg.hxx
+++ b/uui/source/sslwarndlg.hxx
@@ -44,7 +44,7 @@ public:
css::uno::Reference< css::security::XCertificate > getCert() { return m_rXCert; }
- virtual void response(short nResponseId);
+ virtual void response(short nResponseId) SAL_OVERRIDE;
void setDescription1Text(const OUString &aText) { set_primary_text(aText); }
};