summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMoritz Duge <moritz.duge@allotropia.de>2024-05-23 18:11:22 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-05-27 22:18:21 +0200
commit55e74a33c757ffa40ce2ea50d986c60b9c84732b (patch)
treed891ebc3dca90624df16f1473165061eaf05e664 /include
parent369a3b5ab389222bbbc9aafaa5c2d9f269ba5775 (diff)
Related tdf#158839: pw and GPG encryption, add comments and TODOs
Change-Id: I53dbc43dcd5dbf594b7cd562bfff0bd3bdcb8ec7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168000 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/documentconstants.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/documentconstants.hxx b/include/comphelper/documentconstants.hxx
index 929a49458c87..c4372c200809 100644
--- a/include/comphelper/documentconstants.hxx
+++ b/include/comphelper/documentconstants.hxx
@@ -111,7 +111,7 @@ enum class SfxFilterFlags
EXOTIC = 0x00200000,
COMBINED = 0x00800000,
- ENCRYPTION = 0x01000000,
+ ENCRYPTION = 0x01000000, // password encryption
PASSWORDTOMODIFY = 0x02000000,
GPGENCRYPTION = 0x04000000,
PREFERED = 0x10000000,