diff dwtx/text/undo/IDocumentUndoManager.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents c4fb132a086c
children 7926b636c282
line wrap: on
line diff
--- a/dwtx/text/undo/IDocumentUndoManager.d	Sun Aug 24 02:26:23 2008 +0200
+++ b/dwtx/text/undo/IDocumentUndoManager.d	Sun Aug 24 02:31:41 2008 +0200
@@ -156,14 +156,14 @@
      * 
      * @throws ExecutionException if an exception occurred during undo
      */
-    void undo() throws ExecutionException;
+    void undo() ;
 
     /**
      * Repeats the most recently rolled back text change.
      * 
      * @throws ExecutionException if an exception occurred during redo
      */
-    void redo() throws ExecutionException;
+    void redo() ;
 
     /**
      * Transfers the undo history from the specified document undo manager to