Skip to content

Commit 83865ec

Browse files
committed
[[ Bug 14645 ]] Remove accidental duplication of code section
1 parent 69d1a1b commit 83865ec

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

engine/src/fieldhtml.cpp

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,34 +1942,6 @@ static void import_html_parse_paragraph_attrs(import_html_tag_t& p_tag, MCFieldP
19421942
r_style . has_tabs = true;
19431943
}
19441944
}
1945-
break;
1946-
case kImportHtmlAttrTabAlignments:
1947-
{
1948-
if (r_style . has_tab_alignments)
1949-
{
1950-
MCMemoryDeallocate(r_style . tab_alignments);
1951-
r_style . tab_alignments = nil;
1952-
r_style . tab_alignment_count = 0;
1953-
}
1954-
if (MCField::parsetabalignments(t_value, r_style . tab_alignments, r_style . tab_alignment_count))
1955-
{
1956-
r_style . has_tab_alignments = true;
1957-
}
1958-
}
1959-
break;
1960-
case kImportHtmlAttrTabAlignments:
1961-
{
1962-
if (r_style . has_tab_alignments)
1963-
{
1964-
MCMemoryDeallocate(r_style . tab_alignments);
1965-
r_style . tab_alignments = nil;
1966-
r_style . tab_alignment_count = 0;
1967-
}
1968-
if (MCField::parsetabalignments(t_value, r_style . tab_alignments, r_style . tab_alignment_count))
1969-
{
1970-
r_style . has_tab_alignments = true;
1971-
}
1972-
}
19731945
break;
19741946
case kImportHtmlAttrTabAlignments:
19751947
{

0 commit comments

Comments
 (0)