diff options
author | Sarper Akdemir <sarper.akdemir.extern@allotropia.de> | 2024-01-09 02:29:42 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-01-09 02:21:02 +0100 |
commit | a2ccc25ccb2e94f5990d6d413541dbcdd3a72338 (patch) | |
tree | 6541bb0bee1cdfb84558d8559a317c1b54994292 /include/unotools | |
parent | 8f4ff4c601c7480479c97b274e577cf074a9a2ef (diff) |
tdf#158375: add UI option to disable active content
Adds a checkbox to disable active contents and OLE Automation at
Options - LibreOffice - Security - Security Options and Warnings
Change-Id: Idfac86e31c97f186eb6b6b2a7a7236b84aedbe83
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161808
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/securityoptions.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx index 53f16de50e69..650056eb2f33 100644 --- a/include/unotools/securityoptions.hxx +++ b/include/unotools/securityoptions.hxx @@ -49,7 +49,8 @@ namespace SvtSecurityOptions MacroSecLevel, MacroTrustedAuthors, CtrlClickHyperlink, - BlockUntrustedRefererLinks + BlockUntrustedRefererLinks, + DisableActiveContent }; struct Certificate |