[Bug 165803] new theming feature breaks old presentations
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Mar 21 14:06:57 UTC 2025
https://bugs.documentfoundation.org/show_bug.cgi?id=165803
--- Comment #19 from Xisco Faulí <xiscofauli at libreoffice.org> ---
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 on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list