[Libreoffice-bugs] [Bug 111811] The ImplementationName " com.sun.star.comp.math.FormulaDocument was changed to upper case "M" in " .Math." New incompatibilities!
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 14 20:52:46 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=111811
Caolán McNamara <caolanm at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sbergman at redhat.com
--- Comment #1 from Caolán McNamara <caolanm at redhat.com> ---
Perhaps this was
https://cgit.freedesktop.org/libreoffice/core/commit/?id=3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2
OUString SmModel::getImplementationName(void) throw( uno::RuntimeException,
std::exception )
{
- return OUString("com.sun.star.comp.math.FormulaDocument");
+ return OUString("com.sun.star.comp.Math.FormulaDocument");
}
where there seems to have been an inconsistency before that where
Math.FormulaDocument is used in some places and math.FormulaDocument in that
one place
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170814/77025780/attachment.html>
More information about the Libreoffice-bugs
mailing list