Merge branch 'small_fixes' into develop

This commit is contained in:
Kolan Sh 2016-03-20 02:38:18 +03:00
commit 7cd4be0db3
1 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ namespace LAview {
TOPRULE, MIDRULE, CMIDRULE, BOTTOMRULE, NOALIGN, ADDLINESPACE
}
void end_subtable (Table.ATable table,
void end_subtable (ATable table,
TableTagType subtable_type, uint tag_left_abspos) {
if (in_caption) {
subtable.caption = new Text (contents[row_abs_pos:tag_left_abspos].compress ());
@ -385,7 +385,7 @@ namespace LAview {
subtable = new Subtable ();
}
protected TokenType scan_tex_symbol (Table.ATable table) throws ParseError {
protected TokenType scan_tex_symbol (ATable table) throws ParseError {
var tag = 0U;
var matched_tag_length = fifo_is_tag (local_tokens_to_class_start, out tag);
var message = "";