]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[lyx.git] / src / tabular.h
index a04e70714ab1ecbcacfcec891b7040ba91d2affc..4ca7fdf940ef0dbcb05883d1aeeb51a93c7ff9cf 100644 (file)
@@ -180,9 +180,9 @@ public:
        bool LeftAlreadyDrawed(int cell) const;
        ///
        bool IsLastRow(int cell) const;
-       
+
        ///
-       int GetAdditionalHeight(int cell) const;
+       int GetAdditionalHeight(int row) const;
        ///
        int GetAdditionalWidth(int cell) const;
        
@@ -490,9 +490,9 @@ private:
        int endlastfoot;
        ///
        InsetTabular * owner_;
-   
+
        ///
-       void Init(int columns_arg, int rows_arg);
+       void Init(int columns_arg, int rows_arg, LyXTabular const * lt = 0);
        ///
        void Reinit();
        ///