diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-29 11:23:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-29 11:34:09 +0100 |
commit | 053108588dd634838457ba81e7dc70e82aa50e02 (patch) | |
tree | 8d3eacd7eb5811849d10237af3848c895ca776b0 /officecfg | |
parent | 6042f8610e18bb7d41654b896adff0b41a06bbe5 (diff) |
Support optional dependencies among .xcd files
...that are effectively ignored if the depended-on file does not exist. This
will be needed by a subsequent commit to make PDF Import optionally installable.
Change-Id: I2283be3ce75f52811a371f41aa8784f507425ee3
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/officecfg/registry/data.dtd b/officecfg/registry/data.dtd index 921814d0fc97..2c9bce6d6428 100644 --- a/officecfg/registry/data.dtd +++ b/officecfg/registry/data.dtd @@ -22,7 +22,8 @@ <!ELEMENT dependency EMPTY> <!ATTLIST dependency - file CDATA #REQUIRED> + file CDATA #REQUIRED + optional (false | true) #IMPLIED> <!ENTITY % component-schema.dtd SYSTEM "component-schema.dtd"> %component-schema.dtd; |