[brailleblaster] [brailleblaster.newdesign] push by RandomCh...@xxxxxxxxx - asdf on 2013-05-02 12:09 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Thu, 02 May 2013 12:09:41 +0000

Revision: 4bd79bb09bee
Branch:   default
Author:   cmyers@xxxxxxxxxxxxxxxxx
Date:     Thu May  2 06:14:42 2013
Log:      asdf
http://code.google.com/p/brailleblaster/source/detail?r=4bd79bb09bee&repo=newdesign

Modified:
 /src/main/org/brailleblaster/wordprocessor/Style.java

=======================================
--- /src/main/org/brailleblaster/wordprocessor/Style.java Thu May 2 06:03:53 2013 +++ /src/main/org/brailleblaster/wordprocessor/Style.java Thu May 2 06:14:42 2013
@@ -73,14 +73,14 @@
         */
        public Style(String styleName){
// TODO: Get this working again. Can't find language files for some raisin.
-               this.styleName = styleName;
-               ResourceBundle labels = ResourceBundle.getBundle(styleName);
-               Enumeration bundleKeys = labels.getKeys();
-               while (bundleKeys.hasMoreElements()) {
-                       String key = (String)bundleKeys.nextElement();
-                       String value = labels.getString(key);
-                       styleSet.put(key, value);
-               }
+//             this.styleName = styleName;
+//             ResourceBundle labels = ResourceBundle.getBundle(styleName);
+//             Enumeration bundleKeys = labels.getKeys();
+//             while (bundleKeys.hasMoreElements()) {
+//                     String key = (String)bundleKeys.nextElement();
+//                     String value = labels.getString(key);
+//                     styleSet.put(key, value);
+//             }
                this.isBuildIn = false;
        }


Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by RandomCh...@xxxxxxxxx - asdf on 2013-05-02 12:09 GMT - brailleblaster