diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2025-04-29 18:55:51 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2025-04-30 15:57:51 +0200 |
commit | e275a6e6a08d1e53e5e921a701586c894d07ab2f (patch) | |
tree | f37cb2db62febe3e21fde28eb2619c5bd7bca798 /include | |
parent | 4c140035427f069f35534c51da06b27ce7fdbf31 (diff) |
tdf#166379 - Add export config option to remove "Total editing time"
separately from all private info files during save.
The new expert config option name is: RemoveEditingTimeOnSaving
(There wasn't any UI element added for this expert config option.)
Change-Id: Iab69d062d161ef6aee1c3eb87ada1c16f8b4fd41
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184789
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/securityoptions.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx index 5322f2615ba3..debd0a772b82 100644 --- a/include/unotools/securityoptions.hxx +++ b/include/unotools/securityoptions.hxx @@ -40,6 +40,7 @@ namespace SvtSecurityOptions DocWarnSigning, DocWarnPrint, DocWarnCreatePdf, + DocWarnRemoveEditingTimeInfo, DocWarnRemovePersonalInfo, DocWarnKeepRedlineInfo, DocWarnKeepDocUserInfo, |