summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2023-10-18 11:05:50 +0200
committerBalazs Varga <balazs.varga.extern@allotropia.de>2023-10-19 14:15:52 +0200
commit9f9e195dbabe07244622924bf609ab4676f16993 (patch)
tree640aceb2b37e3c5d9550c529019c53320446423e /include
parent27aea4de846810fcca5afe3788b0d0615d85bb30 (diff)
tdf#157484 UI: Add UI controls for personal information to be kept
or removed upon save. With the new options button we can keep the security infos upon save such as (even if we set the remove personal infos): - RedLine Info - Document User Info - Author and date of notes - Document version infos Also on the infobar, if we have a warning, clicking on the infobar button the security option dialog will open where we can set/modify these options. follow-up of: 1f440348eb0892fd2c9597806d87b5fe9d60d49a (tdf#157482 UI: Turn Security Warnings popup windows into infobars) Change-Id: I8d5d944d76dbdd31653401246113de097ca6d57b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158112 Tested-by: Jenkins Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r--include/unotools/securityoptions.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx
index dfc405cd89a1..3e462c9e5f6c 100644
--- a/include/unotools/securityoptions.hxx
+++ b/include/unotools/securityoptions.hxx
@@ -41,6 +41,10 @@ namespace SvtSecurityOptions
DocWarnPrint,
DocWarnCreatePdf,
DocWarnRemovePersonalInfo,
+ DocWarnKeepRedlineInfo,
+ DocWarnKeepDocUserInfo,
+ DocWarnKeepNoteAuthorDateInfo,
+ DocWarnKeepDocVersionInfo,
DocWarnRecommendPassword,
MacroSecLevel,
MacroTrustedAuthors,