Re: r29195 - lyx-devel/trunk/src/frontends/qt4

2009-04-11 Thread Uwe Stöhr
> 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

Re: r29195 - lyx-devel/trunk/src/frontends/qt4

2009-04-10 Thread Jürgen Spitzmüller
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