00001 #ifndef TEXTSTYLEFORMATTERCOLLECTION_H_ 00002 #define TEXTSTYLEFORMATTERCOLLECTION_H_ 00003 00004 #include <list> 00005 00006 namespace srchilite { 00007 00008 class TextStyleFormatter; 00009 00011 typedef std::list<TextStyleFormatter *> TextStyleFormatterCollection; 00012 00013 } 00014 00015 #endif /*TEXTSTYLEFORMATTERCOLLECTION_H_*/