]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
* BufferView::updateMetrics(): split up the method in two for the SinglePar case.
[lyx.git] / src / PDFOptions.h
index 82d08841cb698fb3dc8b734c8a0eef72b4d6f2bb..84580f23e14e5289f28b88a751435b211f68e909 100644 (file)
@@ -19,11 +19,23 @@ namespace lyx {
 class Lexer;
 
 /// Options for PDF generation
+
+/*
+  Possible cleanups, left for next fileformat change:
+  
+  - bookmarksopenlevel is stored in .lyx as string; 
+    after change to spinbox it would be appropriate
+    change to int.
+  - store_options flag can be completely replaced by
+    function store_options() doing essentialy the same
+    as empty() now.
+*/
+
 class PDFOptions {
 public:
        ///
        PDFOptions() { clear(); }
-       /// check for string settings
+       /// check whether user added any settings for hyperref
        bool empty() const;
        /// output to lyx header
        void writeFile(std::ostream &) const;