]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Output end of math environments at the beginning of a new line,
[lyx.git] / src / Format.h
index 326a68d3c8bed068cd908f228fb057e791165e49..3737f4c4526c80580325c3be5a7169a546e6937c 100644 (file)
@@ -143,7 +143,9 @@ public:
        void setViewer(std::string const & name, std::string const & command);
        ///
        void setEditor(std::string const & name, std::string const & command);
-       ///
+       /// Currently used by hyperlink insets and GuiCitation
+       bool viewURL(docstring const & url);
+       /// View the given file. Buffer used for DVI's paper orientation.
        bool view(Buffer const & buffer, support::FileName const & filename,
                  std::string const & format_name) const;
        ///