From: Uwe Stöhr Date: Thu, 25 Nov 2010 22:06:31 +0000 (+0000) Subject: InsetTabular.cpp: comments X-Git-Tag: 2.0.0~1687 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f11a0d3eaa8a47f172bb56ba7515c55a62ea2331;p=features.git InsetTabular.cpp: comments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36493 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 40d1e8ce45..478f6facc1 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -88,7 +88,7 @@ namespace Alert = frontend::Alert; namespace { int const ADD_TO_HEIGHT = 2; // in cell -int const ADD_TO_TABULAR_WIDTH = 6; // horiz space before and after the table +int const ADD_TO_TABULAR_WIDTH = 6; // horizontal space before and after the table int const default_line_space = 10; // ? int const WIDTH_OF_LINE = 5; // space between double lines @@ -3411,7 +3411,7 @@ void InsetTabular::metrics(MetricsInfo & mi, Dimension & dim) const TextMetrics const & tm = mi.base.bv->textMetrics(tabular.cellInset(cell)->getText(0)); - // determine horiz offset because of decimal align (if necessary) + // determine horizontal offset because of decimal align (if necessary) int decimal_hoffset = 0; int decimal_width = 0; if (tabular.getAlignment(cell) == LYX_ALIGN_DECIMAL) {