]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / tabular.h
index b3432cfcfeb416d14d1723bb34cebd3b72e51f6d..2b34120c857007d93c114b2f5d60df25e2fc8873 100644 (file)
@@ -16,7 +16,6 @@
 #pragma interface
 #endif
 
-#include "lyxlex.h"
 #include "layout.h"
 #include "LString.h"
 #include "lyxlength.h"
 #include <vector>
 
 class InsetTabular;
+class BufferParams;
 class LaTeXFeatures;
 class Buffer;
+class LyXLex;
 
 /* The features the text class offers for tables */
 
@@ -60,6 +61,8 @@ public:
                ///
                ALIGN_CENTER,
                ///
+               ALIGN_BLOCK,
+               ///
                VALIGN_TOP,
                ///
                VALIGN_BOTTOM,
@@ -297,7 +300,7 @@ public:
        ///
        int latex(Buffer const *, std::ostream &, bool, bool) const;
        ///
-       int docBook(Buffer const * buf, std::ostream & os) const;
+       int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const;
        ///
        int ascii(Buffer const *, std::ostream &, int const depth,
                  bool onlydata, unsigned char delim) const;