https://bugs.documentfoundation.org/show_bug.cgi?id=165803
--- Comment #19 from Xisco FaulĂ <[email protected]> --- I got this question from Sahil in IRC: printfdebugging> should we leave it for this release then and instead have it in the next one? and before I could answer he left. Ideally doing something like enum class LibreOfficeModule { ANY = 0, DRAW_OR_IMPRESS = 1 } and only setting Impress to DRAW_OR_IMPRESS would have fix the issue in a simple way. However, it doesn't work, so we have to use the current if (aModule == LibreOfficeModule::DRAW_OR_IMPRESS || aModule == LibreOfficeModule::ANY) nAppMod = clLight; approach, which makes thing a bit more complicated and thus, more testing would be ideal. So answering to his question: yes, I agree to leave it for the next release to have more time for fixing and testing it. In the end, no other user has reported this same issue so far. -- You are receiving this mail because: You are the assignee for the bug.
