fpspreadsheet: Fix mis-named folders examples/visual/fpschart/workbookchartsource and .../worksheetchartsource to have the "deprecated" at the correct place.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6563 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2018-07-22 08:42:38 +00:00
parent fd92bc4f37
commit 00c14b31a1
16 changed files with 1 additions and 0 deletions

View File

@ -661,6 +661,7 @@ begin
FWorkbookSource.AddListener(self);
// FWorkbook := GetWorkbook;
ListenerNotification([lniWorkbook, lniWorksheet]);
Prepare;
end;
{@@ ----------------------------------------------------------------------------