deleted old phpparser package
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / PHPOutlinePreferencePage.java
index 750be81..fd8cf0d 100644 (file)
@@ -32,6 +32,7 @@ public class PHPOutlinePreferencePage extends FieldEditorPreferencePage implemen
   protected void createFieldEditors() {
     final IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore();
 
+    
     BooleanFieldEditor outlineShowClass =
       new BooleanFieldEditor(PHPeclipsePlugin.PHP_OUTLINE_CLASS, "Show classes in outline", getFieldEditorParent());
     BooleanFieldEditor outlineShowFunc =