You've already forked lazarus-ccr
fpspreadsheet: Fix compilation error in fpsactions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3720 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -255,7 +255,7 @@ begin
|
||||
else
|
||||
s := InputBox('Rename worksheet', 'New worksheet name', s);
|
||||
// No change
|
||||
if s = WorksheetName then
|
||||
if s = Worksheet.Name then
|
||||
exit;
|
||||
// Check validity of new worksheet name
|
||||
if Workbook.ValidWorksheetName(s) then
|
||||
|
Reference in New Issue
Block a user