]> git.lyx.org Git - features.git/blobdiff - src/table.C
Fixes to insettabular/text + GNOME patch + KDE patch
[features.git] / src / table.C
index 2ed70275471e1b484358a818cdb2fff016585208..6de4bf98f307c2bffa627feeed095f8b5a285bd7 100644 (file)
@@ -787,7 +787,7 @@ char LyXTable::GetAlignment(int cell)
                return column_info[column_of_cell(cell)].alignment;
 }
 
-string LyXTable::GetPWidth(int cell)
+string const LyXTable::GetPWidth(int cell)
 {
        int fvcell = FirstVirtualCell(cell);
        
@@ -796,7 +796,7 @@ string LyXTable::GetPWidth(int cell)
        return column_info[column_of_cell(fvcell)].p_width;
 }
 
-string LyXTable::GetAlignSpecial(int cell, int what)
+string const LyXTable::GetAlignSpecial(int cell, int what)
 {
     if (what == SET_SPECIAL_MULTI)
         return cellinfo_of_cell(cell)->align_special;