summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e7d6facbeeb6..899d661edc7d 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"/>