You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/10/09 05:07:49 UTC

[14/16] git commit: [flex-utilities] [refs/heads/develop] - change to use newer version of the UI files

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/130c4ccc
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/130c4ccc
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/130c4ccc

Branch: refs/heads/develop
Commit: 130c4ccc1f38584896c184114fc3df77aba4062b
Parents: b03c8e3
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Oct 9 14:05:05 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Oct 9 14:05:05 2014 +1100

----------------------------------------------------------------------
 .../src/com/adobe/linguistics/spelling/SpellUI.as       | 12 ++++++------
 .../adobe/linguistics/spelling/SpellingContextMenu.as   |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/130c4ccc/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as
----------------------------------------------------------------------
diff --git a/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as b/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as
index 317e05b..945c4a1 100644
--- a/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as
+++ b/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellUI.as
@@ -23,12 +23,12 @@ 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.IHighlighter;
-    import com.adobe.linguistics.spelling.ui.SparkHighlighter;
-    import com.adobe.linguistics.spelling.ui.HaloWordProcessor;
-    import com.adobe.linguistics.spelling.ui.IWordProcessor;
-    import com.adobe.linguistics.spelling.ui.SparkWordProcessor;
+    import com.adobe.linguistics.spelling.framework.ui.HaloHighlighter;
+    import com.adobe.linguistics.spelling.framework.ui.IHighlighter;
+    import com.adobe.linguistics.spelling.framework.ui.SparkHighlighter;
+    import com.adobe.linguistics.spelling.framework.ui.HaloWordProcessor;
+    import com.adobe.linguistics.spelling.framework.ui.IWordProcessor;
+    import com.adobe.linguistics.spelling.framework.ui.SparkWordProcessor;
 	import com.adobe.linguistics.utils.TextTokenizer;
 	import com.adobe.linguistics.utils.Token;
 	

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/130c4ccc/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
----------------------------------------------------------------------
diff --git a/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellingContextMenu.as b/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
index fc71ce3..6c5739b 100644
--- a/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
+++ b/Squiggly/main/SpellingUIEx/src/com/adobe/linguistics/spelling/SpellingContextMenu.as
@@ -21,7 +21,7 @@ package com.adobe.linguistics.spelling
 {
 	import com.adobe.linguistics.spelling.SpellUI;
 	import com.adobe.linguistics.spelling.framework.SpellingService;
-	import com.adobe.linguistics.spelling.ui.*;
+	import com.adobe.linguistics.spelling.framework.ui.*;
 	import com.adobe.linguistics.utils.Token;
 	import com.adobe.linguistics.utils.TextTokenizer;