diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-13 12:51:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-14 14:21:40 +0100 |
commit | bb9481a489cc21b0695c9a7c3e9d4ffe1446f8a9 (patch) | |
tree | 7f0e19b0a38cba49ceae3d8d42ae066f5ce1c497 /xmlsecurity/inc/bitmaps.hlst | |
parent | 3157a3a8332ad342fb2b44659123217fa3450168 (diff) |
weld DigitalSignaturesDialog
Change-Id: I197f4805558b07aeb9e66734d0fb5c250c41ad3e
Reviewed-on: https://gerrit.libreoffice.org/67796
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlsecurity/inc/bitmaps.hlst')
-rw-r--r-- | xmlsecurity/inc/bitmaps.hlst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlsecurity/inc/bitmaps.hlst b/xmlsecurity/inc/bitmaps.hlst index 1af4ff3c6234..52a9df754e48 100644 --- a/xmlsecurity/inc/bitmaps.hlst +++ b/xmlsecurity/inc/bitmaps.hlst @@ -15,6 +15,10 @@ #define BMP_CERT_OK "xmlsecurity/res/certificate_16.png" #define BMP_CERT_NOT_OK "xmlsecurity/res/notcertificate_16.png" +#define BMP_SIG_VALID "xmlsecurity/res/signet_11x16.png" +#define BMP_SIG_INVALID "svx/res/caution_11x16.png" +#define BMP_SIG_NOT_VALIDATED "xmlsecurity/res/notcertificate_16.png" + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |