https://bugs.documentfoundation.org/show_bug.cgi?id=74580
--- Comment #68 from Eike Rathke <[email protected]> --- CSV settings are stored in the user profile's registrymodifications.xcu file, items with oor:path="/org.openoffice.Office.Calc/Dialogs/CSVImport" and their properties. Modifying the installation it is possible to create a share/registry/data directory (on RHEL systems that should be /usr/lib64/libreoffice/share/registry/data/, RHEL-7 meanwhile has a totally outdated LibreOffice version though unless you updated to upstream versions) and drop a file with a .xcu file name extension there. Any .xcu files in share/registry/data are read after all the normal default configuration .xcd files in share/registry, on every start of LO. However, once users have saved settings their local registrymodifications.xcu will take precedence. More sophisticated ways are configuration management or to deploy a configuration extension, see https://wiki.documentfoundation.org/Documentation/DevGuide/Configuration_Management https://wiki.documentfoundation.org/images/b/b0/LibreOffice_config_extension_writing.pdf https://wiki.documentfoundation.org/Development/Extension_Development Further questions please go to https://ask.libreoffice.org/ -- You are receiving this mail because: You are the assignee for the bug.
