]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / PDFOptions.h
index a3e3cea14b51651d8e4917f9d1b4d1c1d6c90c3d..d74caf430e638c65cd353970b6bdc0f2554113df 100644 (file)
@@ -36,7 +36,7 @@ public:
        /// output to lyx header
        void writeFile(std::ostream &) const;
        /// output to tex header
-       int writeLaTeX(OutputParams &, odocstream &,
+       void writeLaTeX(OutputParams &, otexstream &,
                        bool hyperref_already_provided) const;
        /// read tokens from lyx header
        std::string readToken(Lexer &lex, std::string const & token);
@@ -141,15 +141,7 @@ public:
                * Returns repaired string. For the time being only newlines
                * are checked.
                */
-       std::string quoted_options_check(std::string const str) const;
-       
-       
-       /**
-               * Flag indicating whether user made some input into PDF preferences.
-               * We want to save options, when user decide to switch off PDF support
-               * for a while.
-               */
-       bool store_options;
+       std::string quoted_options_check(std::string const & str) const;
 };
 
 } // namespace lyx