|
|
@ -530,9 +530,6 @@ namespace {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// remaining explicit comments
|
|
|
|
// remaining explicit comments
|
|
|
|
#ifdef DEBUG
|
|
|
|
|
|
|
|
significantLine = true;
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
if (posEndComments == posEndEps && posLanguageLevel == posEndEps && startsWith(line, "%%LanguageLevel:")) {
|
|
|
|
if (posEndComments == posEndEps && posLanguageLevel == posEndEps && startsWith(line, "%%LanguageLevel:")) {
|
|
|
|
posLanguageLevel = startPos;
|
|
|
|
posLanguageLevel = startPos;
|
|
|
|
} else if (posEndComments == posEndEps && posContainsXmp == posEndEps && startsWith(line, "%ADO_ContainsXMP:")) {
|
|
|
|
} else if (posEndComments == posEndEps && posContainsXmp == posEndEps && startsWith(line, "%ADO_ContainsXMP:")) {
|
|
|
|