]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
stdmenus.inc: comment out two non-working menu entries
[lyx.git] / src / PDFOptions.h
index 366ce20ab800bd815f6668b41e5a2f00d17b490e..47e4c4136c07072340ed9eb29616d3ee147b118e 100644 (file)
@@ -30,7 +30,7 @@ public:
        /// output to lyx header
        void writeFile(std::ostream &) const;
        /// output to tex header
-       void writeLaTeX(odocstream &) const;
+       void writeLaTeX(odocstream &, bool hyperref_already_provided) const;
        /// read tokens from lyx header
        std::string readToken(Lexer &lex, std::string const & token);
        /// set implicit settings for hyperref
@@ -135,8 +135,10 @@ public:
        std::string quoted_options;
        /**
                * Possible syntax check of users additional parameters here.
+               * Returns repaired string. For the time being only newlines
+               * are checked.
                */
-       std::string quoted_options_get() const;
+       std::string quoted_options_check(std::string const str) const;
        
        
        /**