again some things which cherry pick did not catch, sorry

This commit is contained in:
Uwe Stöhr 2012-03-22 00:02:36 +01:00
parent 34014336fa
commit 138b615a3b
3 changed files with 5 additions and 7 deletions

View File

@ -163,7 +163,7 @@ ToolbarSet
Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom"
Separator
Item "Rotate cell by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-cell"
Item "Rotate table" "inset-modify tabular toggle-rotate-tabular"
Item "Rotate table by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-tabular"
Item "Set multi-column" "inset-modify tabular multicolumn"
Item "Set multi-row" "inset-modify tabular multirow"
End

View File

@ -13707,12 +13707,12 @@ msgid "Align bottom"
msgstr ""
#: lib/ui/stdtoolbars.inc:165
msgid "Rotate cell"
msgstr ""
msgid "Rotate cell by 90 degrees or unset rotation"
msgstr "Rotate cell by 90° or unset rotation"
#: lib/ui/stdtoolbars.inc:166
msgid "Rotate table"
msgstr ""
msgid "Rotate table by 90 degrees or unset rotation"
msgstr "Rotate table by 90° or unset rotation"
#: lib/ui/stdtoolbars.inc:167
msgid "Set multi-column"

View File

@ -979,8 +979,6 @@ private:
row_type row_start, row_type row_end,
col_type col_start, col_type col_end) const;
///
bool tableIsRotated() const;
///
mutable idx_type first_visible_cell;
///
mutable int scx_;