> Uwe, this namespace is necessary to avoid the following copiler warning with
gcc:
OK. I hope that the other two cases where I removed the lyx: prefix don't lead to compiler warnings
on gcc. With MSVC I don't get any warning in this case.
regards Uwe
uwesto...@lyx.org wrote:
> Log:
> GuiDocument.cpp: remove unneeded prefix since we are there already in
> namespace lyx
[...]
> @@ -2185,9 +2185,9 @@
> if (index == -1)
> index = 0;
> outputModule->defaultFormatCO->setCurrentIndex(index);
> - outputModule->xete