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:
wp_xxyyzz
2014-11-12 19:45:53 +00:00
parent 38414f3a90
commit 038973844d

View File

@ -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