diff dwt/custom/StyledText.d @ 6:b903c16b6f48

Removed throws decls
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:10:03 +0200
parents 1a8b3cb347e0
children e831403a80a9
line wrap: on
line diff
--- a/dwt/custom/StyledText.d	Wed Aug 27 14:02:31 2008 +0200
+++ b/dwt/custom/StyledText.d	Wed Aug 27 14:10:03 2008 +0200
@@ -6855,7 +6855,7 @@
  * @exception DWTError, see Clipboard.setContents
  * @see dwt.dnd.Clipboard#setContents
  */
-void setClipboardContent(int start, int length, int clipboardType) throws DWTError {
+void setClipboardContent(int start, int length, int clipboardType) {
     if (clipboardType is DND.SELECTION_CLIPBOARD && !(IS_MOTIF || IS_GTK)) return;
     TextTransfer plainTextTransfer = TextTransfer.getInstance();
     TextWriter plainTextWriter = new TextWriter(start, length);