]> git.lyx.org Git - features.git/blobdiff - src/bufferparams.h
Replace LString.h with support/std_string.h,
[features.git] / src / bufferparams.h
index dc0782d5d10101cea2e3d1ddf12df4dfe0adafc6..83e62ffb8e27df6bb9d1629b00cf5efd87e299b9 100644 (file)
@@ -1,26 +1,28 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file bufferparams.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author John Levon
+ * \author André Pönitz
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef BUFFERPARAMS_H
 #define BUFFERPARAMS_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include "vspace.h"
 #include "Spacing.h"
 #include "Bullet.h"
 #include "lyxtextclass.h"
-#include "LaTeXFeatures.h"
-#include "texrow.h"
 #include "author.h"
 #include "paper.h"
+#include "BranchList.h"
 
 #include "insets/insetquotes.h"
 
@@ -134,6 +136,8 @@ public:
        int tocdepth;
        ///
        Language const * language;
+       /// BranchList:
+       BranchList branchlist;
        ///
        string inputenc;
        ///
@@ -174,6 +178,8 @@ public:
        bool tracking_changes;
        /// Time ago we agreed that this was a buffer property [ale990407]
        string parentname;
+       ///
+       bool compressed;
 
        /// map of the file's author IDs to buffer author IDs
        std::vector<int> author_map;