30 #ifndef __VSDXTHEME_H__
31 #define __VSDXTHEME_H__
34 #include <boost/optional.hpp>
35 #include <libwpd-stream/libwpd-stream.h>
76 bool parse(WPXInputStream *input);
82 boost::optional<Colour>
readSrgbClr(xmlTextReaderPtr reader);
83 boost::optional<Colour>
readSysClr(xmlTextReaderPtr reader);
97 #endif // __VSDXTHEME_H__