summaryrefslogtreecommitdiff
path: root/officecfg/util
diff options
context:
space:
mode:
authortpf <tpf@openoffice.org>2002-08-23 07:49:36 +0000
committertpf <tpf@openoffice.org>2002-08-23 07:49:36 +0000
commitab83d8026030ab9b2f6b2bfbcdb1ca6140bdaa65 (patch)
tree7243eaed380616949bc037611fff8a266804c00f /officecfg/util
parent04a43ed51498fa21ac804aec17e75b2e4d346f97 (diff)
#102583# constraints are included in the xcs files now
Diffstat (limited to 'officecfg/util')
-rw-r--r--officecfg/util/schema_trim.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/util/schema_trim.xsl b/officecfg/util/schema_trim.xsl
index e7d6facbee..899d661edc 100644
--- a/officecfg/util/schema_trim.xsl
+++ b/officecfg/util/schema_trim.xsl
@@ -3,9 +3,9 @@
*
* $RCSfile: schema_trim.xsl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dg $ $Date: 2002-05-20 11:47:24 $
+ * last change: $Author: tpf $ $Date: 2002-08-23 08:49:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,8 +81,8 @@
<!-- suppress the location of the schema -->
<xsl:template match = "@xsi:schemaLocation"/>
-<!-- suppress the constraints of the schema -->
- <xsl:template match = "constraints"/>
+<!-- suppress the constraints of the schema
+ <xsl:template match = "constraints"/> -->
<!-- suppress all documentation items -->
<xsl:template match = "info"/>