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

--- Comment #43 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Mike Kaganski from comment #42)
...
> (In reply to Julien Nabet from comment #32)
> > Lionel: should I submit a patch with false following comments 25 and 26
> 
> Julien: please do!

done here: https://gerrit.libreoffice.org/#/c/68979/

I also noticed that:
    487 void ODBExport::exportApplicationConnectionSettings(const TSettingsMap&
_aSettings)
    488 {
    489     const ::xmloff::token::XMLTokenEnum pSettings[] = {
    490         XML_IS_TABLE_NAME_LENGTH_LIMITED
    491         ,XML_ENABLE_SQL92_CHECK
    492         ,XML_APPEND_TABLE_ALIAS_NAME
    493         ,XML_IGNORE_DRIVER_PRIVILEGES
    494         ,XML_BOOLEAN_COMPARISON_MODE
    495         ,XML_USE_CATALOG
    496         ,XML_MAX_ROW_COUNT
    497         ,XML_SUPPRESS_VERSION_COLUMNS
    498     };
See
https://opengrok.libreoffice.org/xref/core/dbaccess/source/filter/xml/xmlExport.cxx?r=b47bca7f#487

It seems we can't export any settings, see:
schema/odf1.2/OpenDocument-v1.2-os-schema.rng from line 9158
schema/odf1.3/OpenDocument-schema-v1.3.rng from line from line 3036

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

Reply via email to