]> git.lyx.org Git - features.git/commitdiff
InsetTabular.cpp: comments
authorUwe Stöhr <uwestoehr@web.de>
Thu, 25 Nov 2010 22:06:31 +0000 (22:06 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 25 Nov 2010 22:06:31 +0000 (22:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36493 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index 40d1e8ce45ee8c56aac1b952e752baabd1a3e40f..478f6facc1ac2d1496b8f78926efbdcb4cf151ec 100644 (file)
@@ -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) {