https://bugs.documentfoundation.org/show_bug.cgi?id=74608

--- Comment #34 from Christian Lohmaier <[email protected]> ---
I've been asked to clarify when modification to the native-code.py is
necessary, unfortunately I don't have an easy answer for that. Unless you know
the internal dependencies/lifecycle it's a matter of trying whether opening a
document in the android viewer works.

If you get "unknown constructor" messages, followed by an exception and crash
of the app, than that constructor is needed.. e.g.


W/cppuhelper: 1:cppuhelper/source/shlib.cxx:227: unknown constructor name
"IndexedPropertyValuesContainer_get_implementation"
W/legacy.osl: 1:sw/source/filter/xml/swxml.cxx:270: uno exception caught while
importing: 
              component context fails to supply service
com.sun.star.document.IndexedPropertyValues of type
com.sun.star.container.XIndexContainer: unknown constructor name
"IndexedPropertyValuesContainer_get_implementation"


other unknown constructors don't do any harm, like those for lesser used
document filters.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to