]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
architectural changes to tex2lyx
[lyx.git] / src / tabular.h
index 2486a71e2ddeb2b10f5f11534860d952f6858ac2..a26244cc945798eeae8565ef9a9dd4f160a7dd95 100644 (file)
@@ -210,11 +210,11 @@ public:
        ///
        int getHeightOfTabular() const;
        /// Returns true if a complete update is necessary, otherwise false
-       bool setAscentOfRow(int row, int height);
+       void setAscentOfRow(int row, int height);
        /// Returns true if a complete update is necessary, otherwise false
-       bool setDescentOfRow(int row, int height);
+       void setDescentOfRow(int row, int height);
        /// Returns true if a complete update is necessary, otherwise false
-       bool setWidthOfCell(int cell, int new_width);
+       void setWidthOfCell(int cell, int new_width);
        ///
        void setAllLines(int cell, bool line);
        ///