summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-16 14:34:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-16 14:34:59 +0000
commitf9e2141ad3a5bf4f2e93f73e9c48faaadee9b9d8 (patch)
tree0b6933e41bb9d77b2e5a7de5eeb6da780e8b0e9c /officecfg
parent86c0f456b08b6d6a1a6509507755463217178c44 (diff)
INTEGRATION: CWS fwkdbdesign01 (1.51.50); FILE MERGED
2007/03/12 08:28:26 pb 1.51.50.2: fix: #i4854# ooSetupFactoryStyleFilter added 2007/03/05 13:32:12 as 1.51.50.1: #i45663# differ between module and service names
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Setup.xcs17
1 files changed, 15 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index 8ed8c98f0a08..aa3a4b9cf309 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.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: ihi $ $Date: 2006-12-19 18:25:50 $
+ * last change: $Author: ihi $ $Date: 2007-04-16 15:34:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -118,6 +118,12 @@
<desc>Specifies the default file format for saving documents inside this office module.</desc>
</info>
</prop>
+ <prop oor:name="ooSetupFactoryDocumentService" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Its the service name of the document model used by this module. E.g. filter match against those service name.</desc>
+ </info>
+ </prop>
<!--The default must be written by the setup.-->
<prop oor:name="ooSetupFactoryShortName" oor:type="xs:string">
<!-- UIHints: setup -->
@@ -156,6 +162,13 @@
</info>
<value>0</value>
</prop>
+ <prop oor:name="ooSetupFactoryStyleFilter" oor:type="xs:int">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the ID of the style filter (Stylist) for the factory</desc>
+ </info>
+ <value>-1</value>
+ </prop>
<prop oor:name="ooSetupFactoryCommandConfigRef" oor:type="xs:string">
<info>
<author>CD</author>