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
commitc7d9c00de81ace51a9077506559bf3dce6c83ddd (patch)
tree86fcd74b1a86f690e258ae1b446d531de986e0bb /officecfg/util
parentdc17e60336b0d5b269a7fc2a577a46542453fea2 (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 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"/>