diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 10:48:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 10:48:33 +0000 |
commit | 4e01753834b6a8da48b44753daf0ad72e1616ee4 (patch) | |
tree | e02fe254584d78e2e114d4e98d06c4ec3bf643c0 /officecfg | |
parent | 4334a40c8cb910fa66c84d98ab8f601a9067b6ff (diff) |
INTEGRATION: CWS pathoptions01 (1.49.108); FILE MERGED
2006/06/26 07:11:10 as 1.49.108.1: #i66157# new property to handle the most actual document template filter for an OOo module
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Setup.xcs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs index c6bfe2dff4da..edbcf3178429 100644 --- a/officecfg/registry/schema/org/openoffice/Setup.xcs +++ b/officecfg/registry/schema/org/openoffice/Setup.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Setup.xcs,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: hr $ $Date: 2006-01-27 16:13:59 $ + * last change: $Author: obo $ $Date: 2006-07-13 11:48:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -106,6 +106,12 @@ It has to be the programatic name of the filter.</desc> </info> </prop> + <prop oor:name="ooSetupFactoryActualTemplateFilter" oor:type="xs:string"> + <!-- UIHints: setup --> + <info> + <desc>The same meaning as ooSetupFactoryActualFilter ... but regarding to the actual template format.</desc> + </info> + </prop> <prop oor:name="ooSetupFactoryDefaultFilter" oor:type="xs:string"> <!-- UIHints: setup --> <info> |