diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-10-20 11:01:41 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-02-14 11:25:38 +0100 |
commit | 4502b2378e3c93153028595559da7701f70390d9 (patch) | |
tree | 77963b4d112b435b8f7c98b1a78fa0932c7e7e7f /xmlsecurity/inc | |
parent | 39668d7177158bb9ae016e3f4e7cb8ea2fb954a9 (diff) |
jsdialog: enable Digital Signatures dialog
In LOK case run it in the readonly mode.
In readonly mode we can run it asynchronously.
Change-Id: I721dd14fa23d4e30255dd976e0cc2a4f30470a3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124058
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128838
Tested-by: Jenkins
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/digitalsignaturesdialog.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/inc/digitalsignaturesdialog.hxx b/xmlsecurity/inc/digitalsignaturesdialog.hxx index 4c668c9399f2..f8a59adaf9b5 100644 --- a/xmlsecurity/inc/digitalsignaturesdialog.hxx +++ b/xmlsecurity/inc/digitalsignaturesdialog.hxx @@ -112,6 +112,7 @@ public: void SetSignatureStream( const css::uno::Reference < css::io::XStream >& rxStream ); // Execute the dialog... + void beforeRun(); short run() override; // Did signatures change? |