From c642795086ec621e011e1f51aec6859945b31d01 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 13 Sep 2021 07:21:00 +0000 Subject: [PATCH] fpspreadsheet: Fix typo. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8085 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/source/common/fpstypes.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpspreadsheet/source/common/fpstypes.pas b/components/fpspreadsheet/source/common/fpstypes.pas index 254fef54b..eca1f8551 100644 --- a/components/fpspreadsheet/source/common/fpstypes.pas +++ b/components/fpspreadsheet/source/common/fpstypes.pas @@ -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