mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
0f33720d29
commit
91ce18388e
@ -2051,7 +2051,7 @@ void Preamble::parse(Parser & p, string const & forceclass,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (t.cs() == "includeonly") {
|
else if (t.cs() == "includeonly") {
|
||||||
vector<string> includeonlys = getVectorFromString(p.getArg('{', '}'));
|
vector<string> includeonlys = getVectorFromString(p.getArg('{', '}'));
|
||||||
for (auto & iofile : includeonlys) {
|
for (auto & iofile : includeonlys) {
|
||||||
string filename(normalize_filename(iofile));
|
string filename(normalize_filename(iofile));
|
||||||
|
Loading…
Reference in New Issue
Block a user