diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2018-04-11 15:39:57 +0100 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-04-12 09:09:37 +0200 |
commit | f4fc28aedf9c673f368ddc00f3279f6d54c1a654 (patch) | |
tree | afb5988b77618f0be0f91df8de70e0de779caec2 /officecfg | |
parent | 189d3e10c7d25138c58f28ca4f5c041f1a9f4494 (diff) |
Revert "Remove dead HSQLDB driver"
We cannot silently convert user data or their used file formats
and then await them to accept it or reinstall an older version.
Let us make a soft change instead of an hard (heart) break
and avoid us to been attacked with fire and forks from our users.
This reverts commit 8d381ae8d6c742a7e15bf7ad9e07b65f81728ef6.
Change-Id: Ia153640935e355771acb85cf652f8fe4c21fafbb
Reviewed-on: https://gerrit.libreoffice.org/52731
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs index 754c598da9b9..98a581786d32 100644 --- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs @@ -810,6 +810,21 @@ <value>false</value> </prop> </group> + <group oor:name="com.sun.star.sdbcx.comp.hsqldb.Driver"> + <info> + <desc>Specifies settings for the driver accessing HSQL databases embedded into OpenOffice.org + database documents (.odb)</desc> + </info> + <group oor:name="PermittedJavaMethods" oor:extensible="true"> + <info> + <desc>HSQLDB features calling Java code directly from SQL statements. For security + reasons, this is restricted to classes from the org.hsqldb.Library package, + the java.lang.math package, plus any methods specified in this configuration + setting. If a method specification ends with .*, then all methods + from the respective package are permitted.</desc> + </info> + </group> + </group> </group> <group oor:name="FormSearchOptions"> <info> |