]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Dekels tabular/textinset patches
[lyx.git] / src / bufferparams.h
index 70d147c242e17a7cf60171597eef49d09a3e7ff9..4f611a7c8d2f31f4e7171bde4ab764a4e3e6b6e8 100644 (file)
@@ -23,7 +23,7 @@
 #include "Bullet.h"
 #include "insets/insetquotes.h"
 #include "layout.h"
-#include "support/block.h"
+#include <boost/array.hpp>
 
 
 struct Language;
@@ -174,9 +174,7 @@ public:
        ///
        int tocdepth;
        ///
-       string language;
-       ///
-       Language const * language_info;
+       Language const * language;
        ///
        string inputenc;
        ///
@@ -192,9 +190,9 @@ public:
        ///
        string pagestyle;
        ///
-       block<Bullet, 4> temp_bullets;
+       array<Bullet, 4> temp_bullets;
        ///
-       block<Bullet, 4> user_defined_bullets;
+       array<Bullet, 4> user_defined_bullets;
        ///
        void readPreamble(LyXLex &);
        ///