diff dwt/accessibility/AccessibleListener.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents d8635bb48c7c
children
line wrap: on
line diff
--- a/dwt/accessibility/AccessibleListener.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/accessibility/AccessibleListener.d	Thu Jan 15 23:08:54 2009 +0100
@@ -41,7 +41,7 @@
  * @since 2.0
  */
 public interface AccessibleListener : DWTEventListener {
-
+    
     /**
      * Sent when an accessibility client requests the name
      * of the control, or the name of a child of the control.
@@ -59,7 +59,7 @@
      * </ul>
      */
     public void getName (AccessibleEvent e);
-
+    
     /**
      * Sent when an accessibility client requests the help string
      * of the control, or the help string of a child of the control.
@@ -82,7 +82,7 @@
      * </ul>
      */
     public void getHelp (AccessibleEvent e);
-
+    
     /**
      * Sent when an accessibility client requests the keyboard shortcut
      * of the control, or the keyboard shortcut of a child of the control.
@@ -105,7 +105,7 @@
      * </ul>
      */
     public void getKeyboardShortcut (AccessibleEvent e);
-
+    
     /**
      * Sent when an accessibility client requests a description
      * of the control, or a description of a child of the control.