https://bugs.freedesktop.org/show_bug.cgi?id=45119
--- Comment #1 from Patrick Sherlock <[email protected]> 2012-01-25 00:58:54 PST --- I looked at the xml files using File Roller Document saved with OpenOffice 3.1 has the following in settings.xml <config:config-item config:name="CurrentDatabaseDataSource" config:type="string">provsdbgbr</config:config-item> config:config-item><config:config-item config:name="CurrentDatabaseCommandType" config:type="int">1</config:config-item> <config:config-item config:name="CurrentDatabaseCommand" config:type="string">rectors</config:config-item> Document saved with recent versions of LibreOffice has the following in settings.xml <config:config-item config:name="CurrentDatabaseCommand" config:type="string"/> <config:config-item config:name="CurrentDatabaseDataSource" config:type="string">provsdbgbr</config:config-item> <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">1</config:config-item> In both cases the current database is stored correctly as provsdbgbr, but in the recent versions of LibreOffice the CurrentDatabaseCommand is not stored. In the earlier versions the name of the query or table was stored here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
