From: Georg Baum Date: Wed, 15 Dec 2004 20:17:39 +0000 (+0000) Subject: re-enable SET_ALL_LINES in tabulars (from J�rgen) X-Git-Tag: 1.6.10~14738 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2842e66638cc13afd3bb6ab8f8305766c35cd2ef;p=lyx.git re-enable SET_ALL_LINES in tabulars (from J�rgen) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9377 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 77c91da118..d20b7fce59 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,8 @@ +2004-12-15 Georg Baum + + * insettabular.C (tabularFeatures): re-enable SET_ALL_LINES and + UNSET_ALL_LINES (from Jürgen) + 2004-12-14 Angus Leeming * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/ diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index 3f6b38c579..6ad7025498 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -1458,12 +1458,10 @@ void InsetTabular::tabularFeatures(LCursor & cur, case LyXTabular::SET_ALL_LINES: setLines = true; case LyXTabular::UNSET_ALL_LINES: -#if 0 for (row_type i = sel_row_start; i <= sel_row_end; ++i) for (col_type j = sel_col_start; j <= sel_col_end; ++j) tabular.setAllLines( tabular.getCellNumber(i,j), setLines); -#endif break; case LyXTabular::SET_LONGTABULAR: