diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-25 15:39:26 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-25 15:40:08 +0100 |
commit | a097e183237e4eb66814df01b9505984e2c5c63b (patch) | |
tree | 5c81182fbdcff3108349a02d1fcc3215b68df6bc /officecfg | |
parent | d69eb22d4ec3d1d44d80e462e2ae746bd5a9a8cf (diff) |
prepare SearchOptions config with IsUseWildcard
Change-Id: Ifba836f259358d7480502e1701f902c2702b4263
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 1655acb0d1d0..e06114ec195f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5936,6 +5936,15 @@ </info> <value>false</value> </prop> + <prop oor:name="IsUseWildcard" oor:type="xs:boolean" oor:nillable="false"> + <!-- OldPath: --> + <!-- OldLocation: --> + <!-- UIHints: Edit/Find & Replace --> + <info> + <desc>Specifies search with the use of wildcards.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="IsUseRegularExpression" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: --> <!-- OldLocation: --> |