diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2018-04-08 22:54:38 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-04-10 11:34:35 +0200 |
commit | 8d381ae8d6c742a7e15bf7ad9e07b65f81728ef6 (patch) | |
tree | 208efa413476624cffa4b7e504078761dfeb1a0f /officecfg | |
parent | 87e7fd163bc587b5c7cbb59ba40a9856f8bb225d (diff) |
Remove dead HSQLDB driver
Change-Id: Id4cfb69079f0150c9cca2626c16df7fab441d916
Reviewed-on: https://gerrit.libreoffice.org/52611
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, 0 insertions, 15 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs index 98a581786d32..754c598da9b9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs @@ -810,21 +810,6 @@ <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> |