X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=a26244cc945798eeae8565ef9a9dd4f160a7dd95;hb=c544107e324090c6eafb4c56749da2624b9b1122;hp=2486a71e2ddeb2b10f5f11534860d952f6858ac2;hpb=6a2f81278dfdd924d6b6b761935d930e325b96d9;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index 2486a71e2d..a26244cc94 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -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); ///