Searched refs:first_style (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dtext-editing.cpp1635 gchar const *first_style = first_repr->attribute("style"); local
1637 if (!((first_style == NULL && second_style == NULL)
1638 || (first_style != NULL && second_style != NULL && !strcmp(first_style, second_style))))

Completed in 46 milliseconds