]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
Add Sam Crawley to credits.
[lyx.git] / src / PDFOptions.h
index cd99b2afc10d4859bcfc30fdfc673fe425389116..4ab0d9e3ad7488c52d8f1d0943b5533e992894e6 100644 (file)
 #ifndef PDFOPTIONS_H
 #define PDFOPTIONS_H
 
-#include "OutputParams.h"
-
-#include "support/strfwd.h"
-
 #include <string>
 
 namespace lyx {
 
 class Lexer;
+class OutputParams;
+class otexstream;
 
 // FIXME UNICODE
 // Write functions need to use odostream instead of ostream before
@@ -141,15 +139,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