r13919@rob-kinyons-powerbook58: rob | 2006-06-02 10:30:39 -0400
[p5sagit/Excel-Template.git] / lib / Excel / Template / Factory.pm
index ed87510..3c86dc0 100644 (file)
@@ -12,13 +12,12 @@ my %Manifest = (
     'WORKBOOK'  => 'Excel::Template::Container::Workbook',
     'WORKSHEET' => 'Excel::Template::Container::Worksheet',
 
-    'BACKREF'     => 'Excel::Template::Element::Backref',
-    'CELL'        => 'Excel::Template::Element::Cell',
-    'FORMULA'     => 'Excel::Template::Element::Formula',
-    'FREEZEPANES' => 'Excel::Template::Element::FreezePanes',
-    'IMAGE'       => 'Excel::Template::Element::Image',
-    'RANGE'       => 'Excel::Template::Element::Range',
-    'VAR'         => 'Excel::Template::Element::Var',
+    'BACKREF'   => 'Excel::Template::Element::Backref',
+    'CELL'      => 'Excel::Template::Element::Cell',
+    'FORMULA'   => 'Excel::Template::Element::Formula',
+    'IMAGE'     => 'Excel::Template::Element::Image',
+    'RANGE'     => 'Excel::Template::Element::Range',
+    'VAR'       => 'Excel::Template::Element::Var',
 
     'FORMAT'    => 'Excel::Template::Container::Format',
 
@@ -50,7 +49,7 @@ my %isBuildable = map { $_ => ~~1 } qw(
     WORKBOOK WORKSHEET
     FORMAT BOLD HIDDEN ITALIC LOCKED OUTLINE SHADOW STRIKEOUT
     IF ROW LOOP SCOPE KEEP_LEADING_ZEROS
-    CELL FORMULA FREEZEPANES IMAGE
+    CELL FORMULA IMAGE
     VAR BACKREF RANGE
 );