]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.h
* remove various xforms relicts, in particular:
[lyx.git] / src / exporter.h
index cf6551ed87a662a995cea861ccfba6ec1f406474..0ddf29e10313ba1e943cd1a3503fe49c5652a4de 100644 (file)
@@ -33,14 +33,14 @@ public:
                    bool put_in_tempdir);
        ///
        static
-       bool Preview(Buffer * buffer, std::string const & format);
+       bool preview(Buffer * buffer, std::string const & format);
        ///
        static
-       bool IsExportable(Buffer const & buffer, std::string const & format);
+       bool isExportable(Buffer const & buffer, std::string const & format);
        ///
        static
        std::vector<Format const *> const
-       GetExportableFormats(Buffer const & buffer, bool only_viewable);
+       getExportableFormats(Buffer const & buffer, bool only_viewable);
        ///
 };