diff dwtx/jface/internal/text/html/HTMLTextPresenter.d @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents f70d9508c95c
children 7926b636c282
line wrap: on
line diff
--- a/dwtx/jface/internal/text/html/HTMLTextPresenter.d	Mon Aug 25 19:06:44 2008 +0200
+++ b/dwtx/jface/internal/text/html/HTMLTextPresenter.d	Tue Aug 26 02:46:34 2008 +0200
@@ -23,10 +23,6 @@
 
 
 import dwt.dwthelper.utils;
-
-import java.io.IOException;
-import java.io.Reader;
-import java.io.StringReader;
 import dwtx.dwtxhelper.Collection;
 
 import dwt.custom.StyleRange;
@@ -43,7 +39,7 @@
  * <p>
  * Moved into this package from <code>dwtx.jface.internal.text.revisions</code>.</p>
  */
-public class HTMLTextPresenter : DefaultInformationControl.IInformationPresenter, DefaultInformationControl.IInformationPresenterExtension {
+public class HTMLTextPresenter : DefaultInformationControl_IInformationPresenter, DefaultInformationControl_IInformationPresenterExtension {
 
     private static const String LINE_DELIM= System.getProperty("line.separator", "\n"); //$NON-NLS-1$ //$NON-NLS-2$
 
@@ -110,7 +106,7 @@
 
     /**
      * {@inheritDoc}
-     * 
+     *
      * @see dwtx.jface.text.DefaultInformationControl.IInformationPresenter#updatePresentation(dwt.widgets.Display, java.lang.String, dwtx.jface.text.TextPresentation, int, int)
      * @deprecated
      */