You've already forked lazarus-ccr
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:
@ -921,7 +921,7 @@ type
|
|||||||
TsCellProtection = (cpLockCell, cpHideFormulas);
|
TsCellProtection = (cpLockCell, cpHideFormulas);
|
||||||
TsCellProtections = set of TsCellProtection;
|
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,
|
ALL_SHEET_PROTECTIONS = [spFormatCells, spFormatColumns, spFormatRows,
|
||||||
spDeleteColumns, spDeleteRows, spInsertColumns, spInsertRows, spInsertHyperlinks,
|
spDeleteColumns, spDeleteRows, spInsertColumns, spInsertRows, spInsertHyperlinks,
|
||||||
spCells, spSort, spObjects, spSelectLockedCells, spSelectUnlockedCells
|
spCells, spSort, spObjects, spSelectLockedCells, spSelectUnlockedCells
|
||||||
|
Reference in New Issue
Block a user