diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-01-28 13:50:18 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-02-01 07:13:56 +0100 |
commit | 994cf0e0994dcd4a7ba2b984f9840110ab43a295 (patch) | |
tree | 04b53efec168337c6c77aad0c496266cb915f4f5 /include | |
parent | 15f2367cd910135f95d413515f5c28d88bfc685f (diff) |
Document parameter
Change-Id: I5277c23f7fd49beaf4ff41bc8d8621fdbc79d2ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110077
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/docmacromode.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx index aa120240688e..c5a3c89702e4 100644 --- a/include/sfx2/docmacromode.hxx +++ b/include/sfx2/docmacromode.hxx @@ -216,6 +216,9 @@ namespace sfx2 this parameter is <NULL/>, the most defensive assumptions will be made, effectively disabling macro execution. + @param bHasValidContentSignature + Whether the document content is signed and the signature is valid. + @return <TRUE/> if and only if macro execution in this document is allowed. */ |