summaryrefslogtreecommitdiff
path: root/uui/source/secmacrowarnings.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-11 11:00:44 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-14 08:09:51 +0100
commit69814fc26fe21a258cf32fca021945f5bc69f59c (patch)
tree0fcaadbb008d40191b6e418be0609c253ac22d66 /uui/source/secmacrowarnings.hxx
parentb2fd2c247f7f62f9ae6826c4f1b9065a50313217 (diff)
tdf#158576 Show warning when cert is not yet/no longer valid
Change-Id: I4f517a5e2b33d508d1a501323c4d97dc025edfbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160566 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'uui/source/secmacrowarnings.hxx')
-rw-r--r--uui/source/secmacrowarnings.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/uui/source/secmacrowarnings.hxx b/uui/source/secmacrowarnings.hxx
index 300a5477bea5..1a6e7f0b7380 100644
--- a/uui/source/secmacrowarnings.hxx
+++ b/uui/source/secmacrowarnings.hxx
@@ -32,6 +32,8 @@ class MacroWarning : public weld::MessageDialogController
private:
std::unique_ptr<weld::Widget> mxGrid;
std::unique_ptr<weld::Label> mxSignsFI;
+ std::unique_ptr<weld::Label> mxNotYetValid;
+ std::unique_ptr<weld::Label> mxNoLongerValid;
std::unique_ptr<weld::Button> mxViewSignsBtn;
std::unique_ptr<weld::CheckButton> mxAlwaysTrustCB;
std::unique_ptr<weld::Button> mxEnableBtn;