[brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Added missing import statements on 2013-01-15 15:38 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Tue, 15 Jan 2013 15:38:44 +0000

Revision: c73e92140263
Branch:   default
Author:   Brandon Roller <brandon.r.roller@xxxxxxxxx>
Date:     Tue Jan 15 07:37:36 2013
Log:      Added missing import statements
http://code.google.com/p/brailleblaster/source/detail?r=c73e92140263&repo=newdesign

Modified:
 /src/main/org/brailleblaster/wordprocessor/DocumentManager.java
 /src/main/org/brailleblaster/wordprocessor/SaveOptionsDialog.java

=======================================
--- /src/main/org/brailleblaster/wordprocessor/DocumentManager.java Tue Jan 15 05:17:47 2013 +++ /src/main/org/brailleblaster/wordprocessor/DocumentManager.java Tue Jan 15 07:37:36 2013
@@ -65,6 +65,7 @@
 import org.apache.tika.parser.Parser;
 import org.apache.tika.sax.ToXMLContentHandler;
 import org.brailleblaster.BBIni;
+import org.brailleblaster.abstractClasses.AbstractView;
 import org.brailleblaster.importers.ImportersManager;
 import org.brailleblaster.importers.XSLtransformer;
 import org.brailleblaster.localization.LocaleHandler;
@@ -73,6 +74,9 @@
 import org.brailleblaster.util.FileUtils;
 import org.brailleblaster.util.Notify;
 import org.brailleblaster.util.YesNoChoice;
+import org.brailleblaster.views.BrailleView;
+import org.brailleblaster.views.TextView;
+import org.brailleblaster.views.TreeView;
 import org.daisy.printing.PrinterDevice;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.SelectionAdapter;
=======================================
--- /src/main/org/brailleblaster/wordprocessor/SaveOptionsDialog.java Wed Jan 2 08:04:40 2013 +++ /src/main/org/brailleblaster/wordprocessor/SaveOptionsDialog.java Tue Jan 15 07:37:36 2013
@@ -21,6 +21,7 @@
 import org.brailleblaster.BBIni;
 import org.brailleblaster.localization.LocaleHandler;
 import org.brailleblaster.util.Notify;
+import org.brailleblaster.views.BrailleView;

 enum SaveSelection {
     TEXT_AND_BRAILLE, TEXT_ONLY, CANCELLED

Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Added missing import statements on 2013-01-15 15:38 GMT - brailleblaster