fpspreadsheet: Fix typo.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8085 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-09-13 07:21:00 +00:00
parent 82b3417f13
commit c642795086

View File

@ -921,7 +921,7 @@ type
TsCellProtection = (cpLockCell, cpHideFormulas);
TsCellProtections = set of TsCellProtection;
const // all this actions are FORBIDDEN is included and ALLOWED of excluded!
const // all this actions are FORBIDDEN if included and ALLOWED if excluded!
ALL_SHEET_PROTECTIONS = [spFormatCells, spFormatColumns, spFormatRows,
spDeleteColumns, spDeleteRows, spInsertColumns, spInsertRows, spInsertHyperlinks,
spCells, spSort, spObjects, spSelectLockedCells, spSelectUnlockedCells