Bug 6059: Slot Viewer "Import Paste" wasn't expanding the time range.
Bug Number: 6059
Release notes (y/n): No. Fix to new RW 7.2 feature (Slot Viewer)
For Release Nums: 7.2

The SlotDataTableModel::clipboardImportDlg_Paste() method conditionally 
attempts to grow the size of the selected slots to accommodate all the rows 
of tabular numeric data in the system clipboard.  This is done only for 
physical slots (i.e. Slots on simulation objects).

There had been an initial check on whether the display table's slot columns 
are on physical slots, based on the _generatorSlot data member.  That, 
unfortunately, is relevant only for the "Open Slot" applications of the 
SlotQtDlg classes, and not for the new Slot Viewer application in RiverWare 
7.2.  That initial check has been eliminated, and is now applied correctly 
in each of the various application and slot-type cases.