change to use newer version of the UI files

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/b03c8e39
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/b03c8e39
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/b03c8e39

Branch: refs/heads/develop
Commit: b03c8e393e8a90bedfdd3bebcae092a4669cef17
Parents: 4b3e346
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Oct 9 14:04:35 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Oct 9 14:04:35 2014 +1100

----------------------------------------------------------------------
 .../SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as | 8 ++++----
 .../com/adobe/linguistics/spelling/SpellingContextMenu.as    | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b03c8e39/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
----------------------------------------------------------------------
diff --git 
a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as 
b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
index 20a229d..65823ec 100644
--- a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
+++ b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellUI.as
@@ -23,10 +23,10 @@ package com.adobe.linguistics.spelling
        import com.adobe.linguistics.spelling.framework.ResourceTable;
        import com.adobe.linguistics.spelling.framework.SpellingConfiguration;
        import com.adobe.linguistics.spelling.framework.SpellingService;
-    import com.adobe.linguistics.spelling.ui.HaloHighlighter;
-    import com.adobe.linguistics.spelling.ui.HaloWordProcessor;
-    import com.adobe.linguistics.spelling.ui.IHighlighter;
-    import com.adobe.linguistics.spelling.ui.IWordProcessor;
+    import com.adobe.linguistics.spelling.framework.ui.HaloHighlighter;
+    import com.adobe.linguistics.spelling.framework.ui.HaloWordProcessor;
+    import com.adobe.linguistics.spelling.framework.ui.IHighlighter;
+    import com.adobe.linguistics.spelling.framework.ui.IWordProcessor;
        import com.adobe.linguistics.utils.TextTokenizer;
        import com.adobe.linguistics.utils.Token;
        

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b03c8e39/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
----------------------------------------------------------------------
diff --git 
a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
 
b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
index d84f325..fecf48f 100644
--- 
a/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
+++ 
b/Squiggly/main/SpellingUI/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
@@ -35,8 +35,8 @@ package com.adobe.linguistics.spelling
        
        import flash.geom.Point;
        import flash.geom.Rectangle;
-       import com.adobe.linguistics.spelling.ui.IHighlighter;
-       import com.adobe.linguistics.spelling.ui.IWordProcessor;
+       import com.adobe.linguistics.spelling.framework.ui.IHighlighter;
+       import com.adobe.linguistics.spelling.framework.ui.IWordProcessor;
        
        public class SpellingContextMenu
        {

Reply via email to