From f11a0d3eaa8a47f172bb56ba7515c55a62ea2331 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 25 Nov 2010 22:06:31 +0000 Subject: [PATCH] InsetTabular.cpp: comments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36493 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.2