| Type | required |
| Title | GetSelection -> GetPrimarySelection |
| Posted by | [EMAIL PROTECTED] |
| Affected | ,all dependent on vcl |
| Effective from | warnings01 |
Summary
- virtual Reference< datatransfer::clipboard::XClipboard > GetSelection();
+virtual Reference< datatransfer::clipboard::XClipboard > GetPrimarySelection();
-BOOL HasSupport( PrinterSupport eFeature, BOOL bInJob = FALSE ) const;
+BOOL HasSupport( PrinterSupport eFeature ) const;
Description
GetSelection was a nameclash with Edit::GetSelection, for clarity the
window funtion gets renamed to GetPrimarySelection
The bInJob parameter to HasSupport was always defaulted and is not
used by the implementation, therefore it gets removed.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
