diff options
author | Michael Brauer <mib@openoffice.org> | 2000-12-18 12:52:58 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-12-18 12:52:58 +0000 |
commit | 3142ca94c1645bca483d2888456bff845395e72c (patch) | |
tree | b23d596cbb3a10f5c653d6dfaf3fa51b22418675 /xmloff/dtd/style.mod | |
parent | 4884ea24950c4a66cf9fe5bce3c6e5aa9d4f440f (diff) |
#82074#: style:clip -> fo:clip
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 8460df8cbb5b..e4adfadda1b7 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.19 2000-12-15 14:04:20 mib Exp $ + $Id: style.mod,v 1.20 2000-12-18 13:52:58 mib Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -126,7 +126,7 @@ <!ATTLIST style:properties style:run-through (foreground|background) #IMPLIED> <!ATTLIST style:properties style:editable %boolean; #IMPLIED> <!ATTLIST style:properties style:mirror CDATA #IMPLIED> -<!ATTLIST style:properties style:clip CDATA #IMPLIED> +<!ATTLIST style:properties fo:clip CDATA #IMPLIED> <!-- text properties --> <!ATTLIST style:properties fo:font-variant (normal|small-caps) #IMPLIED> |